import punt2D

class Punt2D_plus(punt2D.Punt2D):
    
    def __init__(self, x, y, color, diàmetre) :
        super().__init__(x, y)
        self.col = color
        self.diam = diàmetre
