gorram it. kivy's kind of overkill, using tkinter

This commit is contained in:
brent s
2019-11-03 01:36:08 -04:00
parent 1866cb7fcf
commit 3649268f01
10 changed files with 54 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from kivy.uix.screenmanager import ScreenManager, Screen
class Storage(Screen):
def __init__(self):
pass
View File
View File
View File
View File
View File
View File