:

class Ball: def __init__(self): self.x = WIDTH / 2 self.y = HEIGHT / 2 self.vx = 5 self.vy = -10