"""Root launcher for My Name: RPG.""" from my_name_rpg.main import main if __name__ == "__main__": main()