import io import struct class Packet(io.BytesIO): def putByte(self, val): self.write(struct.pack('