70
61
"""See UIFactory.nested_progress_bar()."""
71
62
# this in turn is abstract, and creates either a tty or dots
72
63
# bar depending on what we think of the terminal
75
66
def get_password(self, prompt='', **kwargs):
76
67
"""Prompt the user for a password.