in cfgmgr/default.py [0:0]
def _parse(self): with open(self.config_path, "r") as f: config = yaml.load(f, Loader=yaml.SafeLoader) return config