Spielfeld erstellt
This commit is contained in:
parent
25b0bf91f3
commit
52883ff1ec
@ -5,9 +5,9 @@ class Spielfeld(Widget):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TTTApp(App):
|
class TTTApp(App):
|
||||||
def build(self):
|
def build(self):
|
||||||
return Spielfeld()
|
return Spielfeld()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
TTTApp().run()
|
TTTApp().run()
|
Loading…
x
Reference in New Issue
Block a user