From cf4bd96c42bf02eecdb6e4a1bbc18b13486a5ca8 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 20:48:59 +0000 Subject: [PATCH] Initial upload with full project structure --- app/src/confgen/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/src/confgen/__init__.py diff --git a/app/src/confgen/__init__.py b/app/src/confgen/__init__.py new file mode 100644 index 0000000..60e5e49 --- /dev/null +++ b/app/src/confgen/__init__.py @@ -0,0 +1,3 @@ +"""Confgen - A CLI tool for generating configuration files from templates.""" + +__version__ = "0.1.0"