from tjnetwork import * def main(): for p in list_project(): restore(p) if __name__ == '__main__': main()