""" Simple config module """ import json with open("config.json", "r") as fp: CONFIG = json.load(fp)