Release v0.1.5

This commit is contained in:
2026-07-07 15:49:06 +02:00
parent f37c6668e5
commit efb69b3d2d
43 changed files with 6464 additions and 192 deletions

View File

@@ -0,0 +1,11 @@
"""Compatibility import for access-owned admin routes.
The remaining platform admin routes are contributed by the `admin`, `tenancy`,
`policy`, and `audit` modules through their own manifests.
"""
from __future__ import annotations
from govoplan_access.backend.api.v1.routes import router
__all__ = ["router"]