API REFERENCE
This is a wrapper class for dict objects so that values of which can be accessed as attributes.
config (dict) – The dict object to be wrapped
Reads a python file and constructs a corresponding Config object.
Config
filename (str) – Name of the file to construct the return object
AssertionError – Raises an AssertionError if the file does not exist, or the file is not .py file
A Config object constructed with information in the file