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