From bcae0481523d1bd402d88b5bf82d2d8a8a8b6481 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 07:10:15 +0000 Subject: [PATCH] Initial upload: ConfDoc v0.1.0 - Config validation and documentation generator --- 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..5d64489 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Tests package for ConfDoc."""