6 lines
103 B
Python
6 lines
103 B
Python
"""数据查询 Agent 适配层。"""
|
|
|
|
from .agent import DataQueryAgent
|
|
|
|
__all__ = ["DataQueryAgent"]
|