bundle models have arrived

This commit is contained in:
Josh Burman
2021-12-17 00:55:27 +00:00
parent dc696b47ac
commit 95aad63db6
5 changed files with 43 additions and 23 deletions

6
app/models/bundle.py Normal file
View File

@ -0,0 +1,6 @@
from pydantic import BaseModel
class Bundle(BaseModel):
id: int
count: int
type: str