Files
Untitled-Cat-Game/untitled/app.py
2026-06-22 18:40:11 -04:00

7 lines
81 B
Python

class App:
def __init__(self):
pass
def run(self):
pass