llm_ticket3/agents/utils/__init__.py
2025-04-06 16:51:34 +02:00

4 lines
65 B
Python

from .agent_config import AgentConfig
__all__ = ['AgentConfig']