Update Utilities.py

This commit is contained in:
Mykola Grymalyuk
2021-05-19 11:10:26 -06:00
committed by GitHub
parent a6fbbc0c44
commit 792a99ce04

View File

@@ -34,7 +34,8 @@ def check_recovery():
def cls():
# We only support macOS, so
print("\u001Bc")
#print("\u001Bc")
pass
# def menu(title, prompt, menu_options, add_quit=True, auto_number=False, in_between=[], top_level=False):
# return_option = ["Q", "Quit", None] if top_level else ["B", "Back", None]