mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 12:53:59 +02:00
added dummy modules B and C
This commit is contained in:
parent
1665de3ea7
commit
5401986edd
10 changed files with 130 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
from ModuleA import ModuleA
|
||||
from ModuleB import ModuleB
|
||||
from ModuleC import ModuleC
|
||||
from ModuleDebug import ModuleDebug
|
||||
|
||||
def list():
|
||||
return [ModuleDebug(),ModuleA()]
|
||||
return [ModuleA(),ModuleB(),ModuleC(),ModuleDebug()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue