You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should use a proper configuration file instead of config.py like https://docs.python.org/3.6/library/configparser.html
With this we can achieve that all the configurations are outside of our source code. It is also possible to define subsections of the config file for each individual submodule.
The text was updated successfully, but these errors were encountered:
We should use a proper configuration file instead of
config.py
like https://docs.python.org/3.6/library/configparser.htmlWith this we can achieve that all the configurations are outside of our source code. It is also possible to define subsections of the config file for each individual submodule.
The text was updated successfully, but these errors were encountered: