5 lines
No EOL
133 B
Python
Executable file
5 lines
No EOL
133 B
Python
Executable file
from utils import program_path
|
|
from inifile import inifile
|
|
|
|
config = inifile('settings.ini', path=[program_path()])
|
|
config.read() |