5 lines
117 B
Python
Executable file
5 lines
117 B
Python
Executable file
import configparser
|
|
|
|
config = configparser.ConfigParser(allow_no_value=True)
|
|
config.read('config-and-secrets.conf')
|
|
|