import pygame

WIDTH, HEIGHT = 800, 600
BLUE = (0, 0, 255)
RED = (255, 0 , 0)
WHITE = (255, 255, 255)
FPS = 60

pygame.init()
pygame.mixer.init()
pygame.display.set_mode((800, 600))
pygame.display.set_caption("Сbеgи оt пuлb iлi уbеy iх")

class Player()

