# Script to (WIP, maybe) show grades while not yet published in Somtoday Leerling & Ouder.
def response(flow):
    if "resultaatpublicatiemomenten/volgende/leerling" in flow.request.pretty_url:
        flow.response.text = '{"$type":"resultaten.RVolgendePublicatieMoment","value":"2026-07-01T09:45:00+02:00"}'
        flow.response.status_code = 200

# Change the time and date at line 4 to liking.
