Initial upload: shell-history-semantic-search v0.1.0
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-22 18:15:26 +00:00
parent 0a6d1375d3
commit c9976b6f04

View File

@@ -0,0 +1,6 @@
from .cli import cli
__all__ = ["cli"]
if __name__ == "__main__":
cli()