1def byte2int(b): ...
2def int2byte(i): ...
3def join_bytes(bs): ...
4