Some checks failed
Deploy Development / deploy (push) Successful in 33s
Test Suite / pytest-backend (push) Failing after 4s
Test Suite / k6 /api/health Baseline (push) Has been skipped
Test Suite / playwright-smoke (push) Has been skipped
Test Suite / lint-backend (push) Successful in 1s
Test Suite / compose-smoke (push) Has been skipped
Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
166 B
Python
6 lines
166 B
Python
"""Import all module registrations — side effect registers capabilities."""
|
|
|
|
from . import platform, tenant_ops # noqa: F401
|
|
|
|
__all__ = ["platform", "tenant_ops"]
|