generated from coulomb/repo-seed
14 lines
327 B
Python
14 lines
327 B
Python
"""Headless user-domain and profile engine."""
|
|
|
|
from user_engine.projections import ClaimsEnrichmentProjectionCache
|
|
from user_engine.service import PLATFORM_TENANT, UserEngineService
|
|
|
|
__all__ = [
|
|
"ClaimsEnrichmentProjectionCache",
|
|
"PLATFORM_TENANT",
|
|
"UserEngineService",
|
|
"__version__",
|
|
]
|
|
|
|
__version__ = "0.0.0"
|