with open(path.join(here, "ddragon-champion.json")) as raw:
            cls.ddragonchampions = json.loads(raw.read())