Add tenant-aware user-engine behavior

This commit is contained in:
2026-05-22 21:28:40 +02:00
parent c1b02b8bba
commit 2f9272f39d
8 changed files with 533 additions and 20 deletions

View File

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