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