class Contour(): def __init__(self, x, y, rad): self.x = x self.y = y self.rad = rad