Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
JairoDanielMT
/
anhelados
like
1
Sleeping
App
Files
Files
Community
57ac0f2
anhelados
/
models
/
produccion.py
JairoDanielMT
Proyecto terminado
d63d035
verified
5 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
from
pydantic
import
BaseModel
from
typing
import
Optional
class
Produccion
(
BaseModel
):
ID_Produccion:
int
ID_Maquina:
int
Fecha:
Optional
[
str
]
Cantidad_Producida:
int