Rename project to Saiki and unify CLI

This commit is contained in:
Pawel
2026-05-26 18:09:26 -04:00
parent 8ee1f8de25
commit f38030238c
19 changed files with 1274 additions and 1326 deletions

8
saiki.py Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Saiki CLI entrypoint."""
from saiki.cli import main
if __name__ == "__main__":
raise SystemExit(main())