KDD-OpenSource / 32de-python

Server component of graph exploration tool with meta-paths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use proper config file instead of config.py

Baschdl opened this issue · comments

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.