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