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
storage/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from kivy.uix.screenmanager import ScreenManager, Screen
class Storage(Screen):
def __init__(self):
pass

0
storage/block.py Normal file
View File

0
storage/filesystem.py Normal file
View File

0
storage/luks.py Normal file
View File

0
storage/lvm.py Normal file
View File

0
storage/mdadm.py Normal file
View File

0
storage/mount.py Normal file
View File