This commit is contained in:
root
2025-07-12 11:31:03 +08:00
parent 6157976b85
commit bc19461d8a
13 changed files with 2393 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3
from .cli import main
if __name__ == "__main__":
main()