LetsBeBiz-Redesign/letsbe-orchestrator/app/services/__init__.py

6 lines
143 B
Python

"""Service layer for the Orchestrator."""
from app.services.local_bootstrap import LocalBootstrapService
__all__ = ["LocalBootstrapService"]