def __init__()

in cfgmgr/abstract.py [0:0]


    def __init__(self, config_path):
        self.config_path = config_path

        self.requires_htpasswd = [
            ["logging", "loki"],
            ["monitoring", "prometheus", "server"],
        ]