3 lines
82 B
Python
3 lines
82 B
Python
import configparser
|
|
config = configparser.ConfigParser()
|
|
config.read('config.ini') |