Files
openclaw-mission-control/backend/app/services/openclaw/__init__.py

8 lines
192 B
Python

"""OpenClaw lifecycle package.
Import concrete modules directly (for example: ``app.services.openclaw.agent_service``)
to keep architectural boundaries explicit.
"""
__all__: list[str] = []