Files
project_6_2a85e77c/ex_engine/python/__init__.py

4 lines
82 B
Python
Raw Normal View History

2026-09-02 07:01:29 +00:00
from .ex_loader import EXEngine, get_engine
__all__ = ["EXEngine", "get_engine"]