This commit is contained in:
2024-02-14 17:49:51 +01:00
parent 79d81b96b1
commit 0594458865
22 changed files with 223 additions and 124 deletions

View File

@@ -1,4 +1,4 @@
from interfaces import GenerateUI
from ui import GenerateUI
if __name__ == "__main__":
ui_generator = GenerateUI()