mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
8 lines
93 B
Python
8 lines
93 B
Python
|
|
"""
|
||
|
|
工具模块导出
|
||
|
|
"""
|
||
|
|
|
||
|
|
from .registry import tool_registry
|
||
|
|
|
||
|
|
__all__ = ["tool_registry"]
|