Spielfeld erstellt

This commit is contained in:
Domenik Rath 2023-08-09 16:06:48 +02:00
parent 25b0bf91f3
commit 52883ff1ec

View File

@ -5,9 +5,9 @@ class Spielfeld(Widget):
pass
class TTTApp(App):
def build(self):
return Spielfeld()
if __name__ == "__main__":
TTTApp().run()