import yaml with open('config.yaml') as settings: cfg = yaml.load(settings) variable_name = cfg['config_name']
Last updated 3 years ago