3 lines
115 B
Python
3 lines
115 B
Python
from .BasePython import BaseClassPython
|
|
from .BaseLua import BaseClassLua
|
|
base_supported_type = ["python", "lua"] |