def __init__(self): self.coords = np.array([0.0,0.0]) self.velocity = np.array([0.0,0.0]) self.pen = wx.Pen((250,250,250), 2) self.brush = wx.Brush((255,255,255))