Pretty format of TLObject's

This commit is contained in:
Andrey Egorov 2018-01-17 15:41:13 +03:00
parent 2f1d5e277e
commit 91e5ef852a

View File

@ -132,3 +132,6 @@ class TLObject:
@staticmethod @staticmethod
def from_reader(reader): def from_reader(reader):
return TLObject() return TLObject()
def __repr__(self):
return self.__str__()