AstroJS/botanjs/config.py

6 lines
165 B
Python
Executable File

#!/usr/bin/env python3
import configparser
Config = configparser.ConfigParser( interpolation = configparser.ExtendedInterpolation() )
Config.read( "settings.ini" )