Files
filecodebox/backend/apps/admin/pydantics.py
T

6 lines
70 B
Python

from pydantic import BaseModel
class IDData(BaseModel):
id: int