from triangle import Triangle def testCalcAreaExist(): Triangle.calcArea() testCalcAreaExist()