""" Wrapper that launches the launch script. """ import pocket_friends.launch as launch if __name__ == '__main__': launch.main()