sent-file-fast-serve/apps/admin/pydantics.py

6 lines
70 B
Python
Raw Normal View History

2024-11-30 11:49:52 +00:00
from pydantic import BaseModel
class IDData(BaseModel):
id: int