system-prompts-and-models-o.../dealix/core/agents/__init__.py
2026-05-01 14:03:52 +03:00

6 lines
92 B
Python

"""Core agents package."""
from core.agents.base import BaseAgent
__all__ = ["BaseAgent"]