feat: implement governed service directory

This commit is contained in:
2026-08-01 17:48:38 +02:00
parent cadac23162
commit ff44ed5f4a
17 changed files with 1948 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""GovOPlaN Portal module."""
from govoplan_portal.backend.manifest import get_manifest
__all__ = ["get_manifest"]