work on user interface

This commit is contained in:
Pavol Rusnak 2011-04-01 19:25:29 +02:00
parent 333079d8a7
commit 68d5066b23
9 changed files with 213 additions and 59 deletions

View file

@ -1,6 +1,6 @@
class Module():
group = ""
title = ""
board = 1
desc = ""
title = ''
def start(self, area):
raise Exception('not implemented')