diff --git a/src/shell_history_search/cli/main.py b/src/shell_history_search/cli/main.py new file mode 100644 index 0000000..9f24a46 --- /dev/null +++ b/src/shell_history_search/cli/main.py @@ -0,0 +1,6 @@ +from .cli import cli + +__all__ = ["cli"] + +if __name__ == "__main__": + cli() \ No newline at end of file