edubrm/software/modules/__init__.py
2011-04-15 00:25:29 +02:00

5 lines
114 B
Python

from ModuleA import ModuleA
from ModuleDebug import ModuleDebug
def list():
return [ModuleDebug(),ModuleA()]