def __init__(self): self.PIN_STATUS = 0 self.PINS = [16, 18] self.K_UP = pygame.K_UP self.foward = 0 self.right = 0 self.left = 0 self.DEBUG = 0