import pygame, sys class Player(pygame.sprite.Sprite): def __init__(se*lf,pos_x,pos_y): super().__init__() self.image = pygame.Surface({20,20})