Currently the configuration class is just a simple class that implements some basic configuration.
Moving forward we are going to need more complicated configuration parsing.
Lets use https://docs.python.org/3/library/configparser.html to avoid adding another dependency.