def __init__(self, x, y, color, property = 0): self.pos_x = x self.pos_y = y self.rad = 10 self.property = property self.B_color = color self.P_color = wx.Colour(50,50,50)