are = "us" subspace = ["TODO"] def warp(subspace): pass if are not in subspace: warp(subspace) else: time.sleep(1)
Defining the subspace plan is left as an exercise to the user.