__init__.py 88 B

123
  1. from contextvars import ContextVar
  2. tenant_id: ContextVar[str] = ContextVar('tenant_id')