gorram it. kivy's kind of overkill, using tkinter
This commit is contained in:
6
storage/__init__.py
Normal file
6
storage/__init__.py
Normal 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
0
storage/block.py
Normal file
0
storage/filesystem.py
Normal file
0
storage/filesystem.py
Normal file
0
storage/luks.py
Normal file
0
storage/luks.py
Normal file
0
storage/lvm.py
Normal file
0
storage/lvm.py
Normal file
0
storage/mdadm.py
Normal file
0
storage/mdadm.py
Normal file
0
storage/mount.py
Normal file
0
storage/mount.py
Normal file
Reference in New Issue
Block a user