Python can already read INI-style configuration files with the built-in configparser
, there's no reason to have a screen full of global variables to define your configuration, especially since this would cause major conflicts on every update.
Python can already read INI-style configuration files with the built-in configparser
, there's no reason to have a screen full of global variables to define your configuration, especially since this would cause major conflicts on every update.