Пример #1
0
 def getData(self):
     data = Account.getData(self)
     data.update({
         'email': self.email,
     })
     return data