def initialize(self): config = configparser.ConfigParser() config.read(CONFIG_FILE) self._conf_dict = self._as_dict(config) self._validate()