teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

追記

2017/09/13 15:42

投稿

EdwardRichtofen
EdwardRichtofen

スコア32

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