Exemplo n.º 1
0
def get_this_week():
    """ Returns the meal plan data for this week """

    return MealPlan.this_week()
Exemplo n.º 2
0
def get_this_week(session: Session = Depends(generate_session)):
    """ Returns the meal plan data for this week """

    return MealPlan.this_week(session)