Dory/__init__.py

7 lines
100 B
Python

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