mirror of
https://github.com/brmlab/edubrm.git
synced 2025-08-04 07:43:35 +02:00
start working on debug module
This commit is contained in:
parent
015144598c
commit
f5e244a7b2
5 changed files with 166 additions and 27 deletions
|
@ -1,11 +1,8 @@
|
|||
from module import Module
|
||||
class ModuleA():
|
||||
|
||||
class ModuleA(Module):
|
||||
|
||||
title = 'Acko'
|
||||
|
||||
def setup(self, area):
|
||||
print 'setup A'
|
||||
def __init__(self):
|
||||
self.title = 'A'
|
||||
self.widget = None
|
||||
|
||||
def run(self):
|
||||
print 'run A'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue