Resolve "MODIF: load config dynamically"
MODIF:
now configuration are not imported from python file but read from json file.
config.json
.
json format was choosen because it is part of default python distribution and does not require extra dependancy.
Alternative could YAML but requires PyYAML.
Closes #107