Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hrguarinv
/
fastlane
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
92f8cbf
fastlane
/
models
/
order.py
Hugo Guarin
Update space
c169262
8 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
from
pydantic
import
BaseModel
class
Order
(
BaseModel
):
order_id:
str
product_ids:
list
quantities:
list
status:
str