mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-08 21:03:59 +02:00
5 lines
102 B
Python
5 lines
102 B
Python
from ModuleA import ModuleA
|
|
from ModuleB import ModuleB
|
|
|
|
def list():
|
|
return [ModuleA(),ModuleB()]
|