update files, bring to latest code

This commit is contained in:
WorldTeacher
2024-07-18 11:57:20 +02:00
parent 891eb3e90a
commit ae2e588780
14 changed files with 686 additions and 60 deletions

View File

@@ -1,3 +1,4 @@
hello_world = lambda: "Hello, World!"
from src.ui.main_ui import launch
print(hello_world())
if __name__ == "__main__":
launch()