Added __init__.py
This commit is contained in:
parent
94d9500598
commit
cd72dfe318
4
pytron_run/ai_manager/__init__.py
Normal file
4
pytron_run/ai_manager/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
from os.path import dirname, basename, isfile
|
||||
import glob
|
||||
modules = glob.glob(dirname(__file__)+"/*/ai.py")
|
||||
__all__ = ['.'.join(f.split('.')[:-1]) for f in modules if isfile(f)]
|
Loading…
x
Reference in New Issue
Block a user