mirror of
https://github.com/brmlab/edubrm.git
synced 2025-12-15 01:53:58 +01:00
5 lines
114 B
Python
5 lines
114 B
Python
from ModuleA import ModuleA
|
|
from ModuleDebug import ModuleDebug
|
|
|
|
def list():
|
|
return [ModuleDebug(),ModuleA()]
|