Rename project to Saiki and unify CLI

This commit is contained in:
2026-05-26 18:09:26 -04:00
parent 289398b4e6
commit 9c603e1580
19 changed files with 1274 additions and 1326 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Saiki CLI entrypoint."""
from saiki.cli import main
if __name__ == "__main__":
raise SystemExit(main())