From e25fbdb417c023aa128885323a53369716acf973 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 21:54:18 +0000 Subject: [PATCH] Add source code files --- config_converter/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config_converter/__init__.py diff --git a/config_converter/__init__.py b/config_converter/__init__.py new file mode 100644 index 0000000..32171a7 --- /dev/null +++ b/config_converter/__init__.py @@ -0,0 +1,3 @@ +"""Config Converter CLI - Convert configuration files between formats.""" + +__version__ = "1.0.0"