6 lines
204 B
Python
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"]
|