import sympy class Integrator: def __init__(self): self.x = sympy.symbols('x'); self.y = sympy.symbols('y');