3 lines
86 B
Python
3 lines
86 B
Python
frombytes = lambda obj, data: obj.frombytes(data)
|
|
tobytes = lambda obj: obj.tobytes()
|