generated from coulomb/repo-seed
Add tenant-aware user-engine behavior
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user