Files
govoplan-tenancy/src/govoplan_tenancy/backend/db/models.py

7 lines
128 B
Python

from __future__ import annotations
from govoplan_core.tenancy.scope import Tenant, new_uuid
__all__ = ["Tenant", "new_uuid"]