VishwaTechnologiesPvtLtd
new one
a2ff264
raw
history blame
101 Bytes
from pydantic import BaseModel
class Item(BaseModel):
id: int
name: str
description: str