Files
openclaw-mission-control/backend/app/models/tenancy.py
2026-02-04 02:28:51 +05:30

8 lines
120 B
Python

from __future__ import annotations
from sqlmodel import SQLModel
class TenantScoped(SQLModel, table=False):
pass