This commit is contained in:
2026-06-24 17:26:03 -04:00
parent d224d08457
commit f40565d861
5 changed files with 11 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ from untitled.app import App
def main():
print("Loading...")
app = App()
app.run()