Esempio n. 1
0
def account_exists(account_name):
    '''
    Function that determines whether an account exists or not

    Output: Boolean
    '''
    return Credentials.account_exists(account_name)