Add self-scoping assessment export command

This commit is contained in:
2026-05-15 12:39:51 +02:00
parent bc08977f85
commit 2796fc5816
10 changed files with 934 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
from repo_registry.self_scoping.assessment import export_assessment_artifact
__all__ = ["export_assessment_artifact"]