This video shows our implementation for storing cocktail's recipes.
main.py file handles the parsing of recipes and storing them in memory.
recipe.py contains the logic for every recipe which contains a list of tuples: (ingredient's name: time)