7 lines
156 B
Python
7 lines
156 B
Python
"""entity 模块:实体管理,含实体导入。"""
|
|
|
|
from entity.init import load_entity # noqa: F401
|
|
|
|
__all__ = ['load_entity']
|
|
__version__ = '1.0.0'
|