def __init__(self): super().__init__() Entity.__init__(self)
def __init__(self, username, password, role=0): super().__init__() Entity.__init__(self) self.username = username self.password = password