From d1433412c16764f1b52543d03dd98704f8593879 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 13:20:35 +0000 Subject: [PATCH] Add core context generator module --- src/contextgen/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/contextgen/__init__.py diff --git a/src/contextgen/__init__.py b/src/contextgen/__init__.py new file mode 100644 index 0000000..efa8127 --- /dev/null +++ b/src/contextgen/__init__.py @@ -0,0 +1,3 @@ +"""Project Context Generator CLI tool.""" + +__version__ = "0.1.0"