VishwaTechnologiesPvtLtd
new one
a2ff264
from pydantic import BaseModel
class Item(BaseModel):
id: int
name: str
description: str