Skip to content

Commit 93383c1

Browse files
authored
Update main.py
1 parent 304b74d commit 93383c1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
from kivy.app import App
2-
from kivy.lang import Builder
32
from kivy.uix.boxlayout import BoxLayout
43

54
class RootWidget(BoxLayout):
65
pass
76

87
class KingWatchApp(App):
9-
108
def build(self):
11-
Builder.load_file("kingwatch.kv")
129
return RootWidget()
1310

1411
if __name__ == "__main__":

0 commit comments

Comments
 (0)