""" All vendor models must extend this class. """ class VendorModel: def get_src2month(self): raise NotImplementedError def get_vendor_dir(self): raise NotImplementedError