From 72aba121f7f3585f28b757d5e6d647f2b8b162d9 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:58:20 +0000 Subject: [PATCH] Add CLI interface --- shellgenius/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shellgenius/__init__.py diff --git a/shellgenius/__init__.py b/shellgenius/__init__.py new file mode 100644 index 0000000..e64d621 --- /dev/null +++ b/shellgenius/__init__.py @@ -0,0 +1,3 @@ +"""ShellGenius - AI-Powered Local Shell Script Assistant.""" + +__version__ = "0.1.0"