Implement identity trust module

This commit is contained in:
2026-08-01 20:57:27 +02:00
parent 765fcd5a2d
commit 0ffc8b6b0f
20 changed files with 2058 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
"""GovOPlaN identity-trust module."""
from govoplan_identity_trust.backend.manifest import get_manifest
__all__ = ["get_manifest"]