""" Launch script """ from pypong.game_files.game import main as game_main if __name__ == '__main__': game_main()