bot-base/modules/base/__init__.py

3 lines
115 B
Python

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