def main(): pygame.init() pygame.display.set_mode((1200, 900), pygame.RESIZABLE) game = BalancingAct() game.run()