File size: 213 Bytes
bab4aa8
 
 
 
 
 
 
1
2
3
4
5
6
7
from app.services.quantity_estimator import QuantityEstimator

q = QuantityEstimator()

print(q.scale_quantity("400 grams", 2))
print(q.scale_quantity("2 tablespoons", 3))
print(q.scale_quantity("½ teaspoon", 2))