This'll just be in a native python file (config.py) instead, cause constantly reparsing the json just to get one field from the config in the existing code will be inefficient.
This'll just be in a native python file (config.py) instead, cause constantly reparsing the json just to get one field from the config in the existing code will be inefficient.
it will be a json file, as python has that in std lib
heres what it will look like in an incomplete form
This'll just be in a native python file (config.py) instead, cause constantly reparsing the json just to get one field from the config in the existing code will be inefficient.
PR #7 adds base config, closing issue