CLI: Use API functions

This commit is contained in:
Qubasa
2023-10-02 15:36:02 +02:00
parent 29efda9608
commit 6640c78089
12 changed files with 259 additions and 149 deletions

View File

@@ -0,0 +1,4 @@
from . import main
if __name__ == "__main__":
main()