chore: migration 1

This commit is contained in:
Will Fu-Hinthorn
2026-04-08 04:46:31 -07:00
parent 98fd216ce7
commit 8e89c8b155
20 changed files with 6684 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
from .cli import cli
from .entrypoint import main
if __name__ == "__main__":
cli()
main()