Skip to content
Permalink
Browse files
reverted __main__
  • Loading branch information
doyc2 committed Dec 1, 2021
1 parent 154965c commit 9052a59bd902f6c4e22c2d65bf7e467e5d2d2135
Showing 1 changed file with 4 additions and 1 deletion.
@@ -334,4 +334,7 @@ def menu():
menu()
elif option == "n":
exit()
menu()


if __name__ == '__main__':
menu()

0 comments on commit 9052a59

Please sign in to comment.