Skip to content
Snippets Groups Projects
Commit 081d20bf authored by efer's avatar efer
Browse files

Test

parent c34ebb62
No related branches found
No related tags found
No related merge requests found
...@@ -169,6 +169,6 @@ def erase_all(disk): ...@@ -169,6 +169,6 @@ def erase_all(disk):
for d in disk: for d in disk:
erase(d) erase(d)
# Main # Main 1
if __name__ == "__main__": if __name__ == "__main__":
main_menu() main_menu()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment