Some stuff

This commit is contained in:
2024-02-13 14:15:27 +01:00
parent 3567b9dc75
commit e8121e3e8d
14 changed files with 229 additions and 0 deletions

5
main.py Normal file
View File

@@ -0,0 +1,5 @@
from interfaces import GenerateUI
if __name__ == "__main__":
ui_generator = GenerateUI()
ui_generator.launch_ui()