Files
ailine/app/agent/__init__.py

8 lines
100 B
Python

"""
Agent 子模块
"""
from app.agent.service import AIAgentService
__all__ = ["AIAgentService"]