Files
workphone-sdk/sdk/agent/skills/xhs/__init__.py

6 lines
81 B
Python

"""小红书控制技能"""
from .skill import XhsSkill
__all__ = ["XhsSkill"]