4 lines
135 B
Python
4 lines
135 B
Python
import configparser
|
|
|
|
config = configparser.RawConfigParser()
|
|
config.read("config.cfg") # edit this file for your specific configuration |