mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 21:03:59 +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()]
|