import pygame from pygame.locals import * from Program import Program if __name__ == "__main__": program = Program() program.run()