Added device-info base gui module

This commit is contained in:
Felipe Martín 2013-11-25 10:50:00 +01:00
parent 48591e76b1
commit bbcb3fe088
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
from iosfu.gui.core import GUIController, GUIPanel
controller = GUIController()
@controller.register
class DeviceInfoPanel(GUIPanel):
id = 'device-info'
name = 'Device info'