def main(): pygame.init() pygame.display.set_mode((0, 0), pygame.RESIZABLE) game = MathHurdler() game.run()