import yaml class Config: def __init__(self): with open("app/config.yaml") as file: self.config = yaml.safe_load(file)