master-thesis/recipe.py

9 lines
215 B
Python
Raw Permalink Normal View History

2019-05-08 17:39:41 +02:00
#!/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 = []