7 lines
128 B
Python
7 lines
128 B
Python
from __future__ import annotations
|
|
|
|
from govoplan_core.tenancy.scope import Tenant, new_uuid
|
|
|
|
|
|
__all__ = ["Tenant", "new_uuid"]
|