From 6dbc46bb16efb82eae89c0ea015d18c386414bb7 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 05:31:10 +0000 Subject: [PATCH] Initial upload: shell-speak CLI tool with natural language to shell command conversion --- shell_speak/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shell_speak/__init__.py diff --git a/shell_speak/__init__.py b/shell_speak/__init__.py new file mode 100644 index 0000000..6a5d0bf --- /dev/null +++ b/shell_speak/__init__.py @@ -0,0 +1,3 @@ +"""Shell Speak - Convert natural language to shell commands.""" + +__version__ = "0.1.0"