質問編集履歴

1

追記

2017/09/13 15:42

投稿

EdwardRichtofen
EdwardRichtofen

スコア32

test CHANGED
File without changes
test CHANGED
@@ -108,7 +108,7 @@
108
108
 
109
109
 
110
110
 
111
- class PropPackApp(App):
111
+ class MyApp(App):
112
112
 
113
113
  def build(self):
114
114
 
@@ -120,6 +120,6 @@
120
120
 
121
121
  if __name__ == '__main__':
122
122
 
123
- PropPackApp().run()
123
+ MyApp().run()
124
124
 
125
125
  ```