6 lines
143 B
Python
6 lines
143 B
Python
|
|
"""Service layer for the Orchestrator."""
|
||
|
|
|
||
|
|
from app.services.local_bootstrap import LocalBootstrapService
|
||
|
|
|
||
|
|
__all__ = ["LocalBootstrapService"]
|