letsbe-sysadmin/app/clients/__init__.py

6 lines
128 B
Python

"""API clients for external services."""
from .orchestrator_client import OrchestratorClient
__all__ = ["OrchestratorClient"]