class PackerBase(object):
    def process(self, output_file, inputs=None):
    	raise NotImplementedError()