# clean python module def good_path(dest): return Transport.await_path(dest) class Transport: @staticmethod def await_path(dest): return True