Files
Mayacontigo/apps/ocp/api/agent/__init__.py
Rogelio 325f1ef439 ic
2025-10-13 18:16:25 +00:00

6 lines
66 B
Python

from .main import MayaOCP
agent = MayaOCP()
__all__ = ["agent"]