bot-base/modules/base/__init__.py

3 lines
115 B
Python
Raw Normal View History

from .BasePython import BaseClassPython
from .BaseLua import BaseClassLua
base_supported_type = ["python", "lua"]