Exemple #1
0
 def __init__(self):
     super().__init__()
     Entity.__init__(self)
Exemple #2
0
 def __init__(self, username, password, role=0):
     super().__init__()
     Entity.__init__(self)
     self.username = username
     self.password = password