pluto/handler/settings.py

6 lines
137 B
Python
Raw Normal View History

2021-12-24 02:21:58 +00:00
# Other library imports
from ConfigObject import ConfigObject
# Load the configuration
2021-12-24 17:25:36 +00:00
settings = ConfigObject(filename="settings.ini")