mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
start/stop modules
This commit is contained in:
parent
3aa8986d49
commit
0cce0afdc2
3 changed files with 14 additions and 4 deletions
|
@ -4,5 +4,8 @@ class ModuleA():
|
|||
self.title = 'A'
|
||||
self.widget = None
|
||||
|
||||
def run(self):
|
||||
print 'run A'
|
||||
def start(self):
|
||||
print 'start A'
|
||||
|
||||
def stop(self):
|
||||
print 'stop A'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue