bundle models have arrived
This commit is contained in:
6
app/models/bundle.py
Normal file
6
app/models/bundle.py
Normal file
@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class Bundle(BaseModel):
|
||||
id: int
|
||||
count: int
|
||||
type: str
|
Reference in New Issue
Block a user