Files

6 lines
103 B
Python
Raw Permalink Normal View History

2026-09-13 16:19:24 +08:00
"""数据查询 Agent 适配层。"""
from .agent import DataQueryAgent
__all__ = ["DataQueryAgent"]