Exemple #1
0
 def whenPressed(self):
     self.parent.ResView.values = User.ListUsers()
     self.parent.display()
Exemple #2
0
def list_of_users_func():
    print(_hdr)
    print(f"the list of account holders are:")
    User.ListUsers()

    print(_hdr)