"""
Configuration Base Class
"""

class Configuration(object):
    """
    I have no idea how configuration (txt vs. sqlite) will be done, but let's stub it now.
    """
    pass