First commit, working quite ok!

This commit is contained in:
2026-04-09 08:20:32 +02:00
commit c6dee66c4b
30 changed files with 2811 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from .main import main
if __name__ == "__main__":
main()