import configparser config = configparser.ConfigParser() config.read('example.ini') config['DEFAULT']['Compression']
References
https://docs.python.org/3/library/configparser.html
import configparser config = configparser.ConfigParser() config.read('example.ini') config['DEFAULT']['Compression']
References
https://docs.python.org/3/library/configparser.html