質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -53,11 +53,11 @@
|
|
53
53
|
class Root(ScreenManager):
|
54
54
|
pass
|
55
55
|
|
56
|
-
class
|
56
|
+
class MyApp(App):
|
57
57
|
def build(self):
|
58
58
|
return RootFile
|
59
59
|
|
60
60
|
|
61
61
|
if __name__ == '__main__':
|
62
|
-
|
62
|
+
MyApp().run()
|
63
63
|
```
|