mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
work on user interface
This commit is contained in:
parent
333079d8a7
commit
68d5066b23
9 changed files with 213 additions and 59 deletions
|
@ -2,7 +2,8 @@ from module import Module
|
|||
|
||||
class ModuleA(Module):
|
||||
|
||||
group = "Acko"
|
||||
title = "Acko"
|
||||
board = 1
|
||||
desc = "Toto je Acko"
|
||||
|
||||
def setup(self, area):
|
||||
print 'setup A'
|
||||
print area
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue