def _load_json()

in utils/schedule.py [0:0]


def _load_json(path: str):
    with open(path, "r") as f:
        return json.load(f)