diff --git a/shell_memory/__init__.py b/shell_memory/__init__.py new file mode 100644 index 0000000..7dd9ce2 --- /dev/null +++ b/shell_memory/__init__.py @@ -0,0 +1,3 @@ +"""Shell Memory CLI - A CLI tool that learns from terminal command patterns.""" + +__version__ = "0.1.0" \ No newline at end of file