This commit is contained in:
Pavol Rusnak 2011-03-23 03:45:12 +01:00
commit 4937dbfde4
13 changed files with 169 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from ModuleA import ModuleA
from ModuleB import ModuleB
def list():
return [ModuleA(),ModuleB()]