Example #1
0
def get_password(prompt):
    return os_getpass(prompt)
Example #2
0
def get_password(prompt):
  return os_getpass(prompt)