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