feat: Add base project structure with API and web components
This commit is contained in:
5
api/app/schemas/item_schema.py
Normal file
5
api/app/schemas/item_schema.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class Item(BaseModel):
|
||||
name: str
|
||||
price: float
|
||||
Reference in New Issue
Block a user