from dory_sort_out import sortout def main(): sortout() if __name__ == "__main__": main()