Say I have following 2 custom models structure
class Model_1(Model): def __init__(self): super(Model_1,self).__init__() def call(self