From 860fcc17cd5f65ea90dc7f467f0a14bad84d7b1b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 07:10:19 +0000 Subject: [PATCH] Initial upload: ConfDoc v0.1.0 - Config validation and documentation generator --- examples/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/__init__.py diff --git a/examples/__init__.py b/examples/__init__.py new file mode 100644 index 0000000..9add7c3 --- /dev/null +++ b/examples/__init__.py @@ -0,0 +1 @@ +"""Examples for ConfDoc."""