"""系统集成适配器"""
from app.integrations.base import BaseClient
from app.integrations.seeyon import SeeyonClient
__all__ = ["BaseClient", "SeeyonClient"]