import pygame

class Picture():
    def __init__(self, image):
        self.picture = pygame.image.load(image)