From 0a6d1375d30e5bc7ce73d21358fe9035ec391da1 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 18:15:25 +0000 Subject: [PATCH] Initial upload: shell-history-semantic-search v0.1.0 --- src/shell_history_search/cli/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/shell_history_search/cli/__init__.py diff --git a/src/shell_history_search/cli/__init__.py b/src/shell_history_search/cli/__init__.py new file mode 100644 index 0000000..d2ce7c0 --- /dev/null +++ b/src/shell_history_search/cli/__init__.py @@ -0,0 +1,3 @@ +from .commands import cli + +__all__ = ["cli"] \ No newline at end of file