with open(path.join(here, "league-v4-entries-by-summoner.json")) as raw:
            cls.leaguev4bysummoner = json.loads(raw.read())