Files
group_fqcd_jr/app/service/agent/customer_service_agent.py
T

6 lines
204 B
Python

"""Backward-compatible import path for the consolidated customer-service Agent."""
from app.service.agent.implementations.customer_service import CustomerServiceAgent
__all__ = ["CustomerServiceAgent"]