def __init__()

in server/app/lib/config.py [0:0]


    def __init__(self, yml: dict):
        assert yml, f"No reporting configuration directives could be found in {CONFIG_FILE}!"
        self.__dict__.update(yml)