import json class Config: def __init__(self) -> None: with open("config.json", encoding="utf-8") as jsonFile: self.file = json.load(jsonFile)