class ExporterBase(object):
    def __init__(options=None):
    	self.options = options or dict()