From 08f071a80f74b3a5b001243233fc594ddce52bb3 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 07:02:13 +0000 Subject: [PATCH] Add HTML template and unit tests --- tests/unit/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/unit/__init__.py diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 0000000..07c0738 --- /dev/null +++ b/tests/unit/__init__.py @@ -0,0 +1 @@ +"""VibeGuard unit tests package."""