"""数据查询Skill"""
from src.agent.skills.data_query.handler import DataQuerySkill

__all__ = ["DataQuerySkill"]
