mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 21:03:59 +02:00
start writing debugmodule
This commit is contained in:
parent
e809984eb2
commit
4b73d98c11
12 changed files with 58 additions and 24 deletions
|
@ -2,11 +2,10 @@ from module import Module
|
|||
|
||||
class ModuleA(Module):
|
||||
|
||||
title = "Acko"
|
||||
title = 'Acko'
|
||||
|
||||
def setup(self, area):
|
||||
print 'setup A'
|
||||
print area
|
||||
|
||||
def run(self):
|
||||
print 'run A'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue