This commit is contained in:
2026-02-12 09:42:59 +02:00
commit 906adb539d
87 changed files with 5288 additions and 0 deletions

4
__main__.py Normal file
View File

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