This commit is contained in:
2026-06-22 17:50:56 -04:00
parent f95719a7ab
commit 6ad31b63bf
8 changed files with 175 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
from untitled.app import App
def main():
print("Hello from untitled-cat-game!")
app = App()
app.run()
if __name__ == "__main__":