diff --git a/shellhist/__init__.py b/shellhist/__init__.py new file mode 100644 index 0000000..47ff2ba --- /dev/null +++ b/shellhist/__init__.py @@ -0,0 +1,3 @@ +"""Shell History Automation Tool - Analyze shell command history to find patterns and suggest automation.""" + +__version__ = "0.1.0"