mirror of
https://github.com/LibraHp/GetQzonehistory.git
synced 2024-12-28 15:09:10 +00:00
7 lines
180 B
Python
7 lines
180 B
Python
import configparser
|
|
|
|
config = configparser.ConfigParser()
|
|
config.read('./resource/config/config.ini')
|
|
|
|
temp_path = config.get('File', 'temp')
|
|
user_path = config.get('File', 'user') |