From 519f6d4bdd9c93ea6749961d0cba4ed4a13031a3 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 19:31:01 +0000 Subject: [PATCH] Initial upload: Git AI Documentation Generator v0.1.0 --- src/commands/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/commands/__init__.py diff --git a/src/commands/__init__.py b/src/commands/__init__.py new file mode 100644 index 0000000..5b02386 --- /dev/null +++ b/src/commands/__init__.py @@ -0,0 +1 @@ +"""Commands package for git-ai-doc-generator."""