mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-09 13:24:00 +02:00
5 lines
114 B
Python
5 lines
114 B
Python
from ModuleA import ModuleA
|
|
from ModuleDebug import ModuleDebug
|
|
|
|
def list():
|
|
return [ModuleDebug(),ModuleA()]
|