Add multi-application catalog support
This commit is contained in:
parent
6d0cc7b0f9
commit
1440a597df
7 changed files with 525 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue