master-thesis/recipe.py
2019-05-08 17:39:41 +02:00

9 lines
215 B
Python

#!/usr/bin/env python3
from json_buffered_reader import JSON_buffered_reader as JSON_br
import numpy as np
class Recipe(object):
def __init__(self):
self.instructions = []
self.ingredients = []