Add multi-application catalog support

This commit is contained in:
2026-05-22 21:33:38 +02:00
parent 6d0cc7b0f9
commit 1440a597df
7 changed files with 525 additions and 13 deletions

View File

@@ -1,7 +1,13 @@
"""Headless user-domain and profile engine."""
from user_engine.projections import ClaimsEnrichmentProjectionCache
from user_engine.service import PLATFORM_TENANT, UserEngineService
__all__ = ["PLATFORM_TENANT", "UserEngineService", "__version__"]
__all__ = [
"ClaimsEnrichmentProjectionCache",
"PLATFORM_TENANT",
"UserEngineService",
"__version__",
]
__version__ = "0.0.0"