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