mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
start writing debugmodule
This commit is contained in:
parent
e809984eb2
commit
4b73d98c11
12 changed files with 58 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
from ModuleA import ModuleA
|
||||
from ModuleB import ModuleB
|
||||
from ModuleDebug import ModuleDebug
|
||||
|
||||
def list():
|
||||
return [ModuleA(),ModuleB()]
|
||||
return [ModuleDebug(),ModuleA()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue