Initial actual commit

This commit is contained in:
Paul Fey 2025-07-05 13:20:11 +02:00
parent e555b62c06
commit 22d338eac2
7 changed files with 84 additions and 43 deletions

4
main.py Normal file
View file

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