Added update function stub

This commit is contained in:
Nicholas
2025-11-21 16:37:58 -05:00
parent 62aee24595
commit cf3ef89fa6

View File

@@ -14,6 +14,9 @@ def read_json() -> dict:
except:
print("Could not find or read file.")
def update_json(meals: dict):
print("TODO: Add update logic")
def get_selected_meals(meals: dict) -> dict:
meal_json = read_json()
selected_meals = {}