def funcAddProduct(self):
     self.newProduct = addproduct.AddProduct()
 def funcAddProduct(self):
     self.newProduct = addproduct.AddProduct(
     )  # addproduct is our new python file/ AddProduct is the class