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"