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

    print(_hdr)