import struct def varuint(value): if value <= 0xfc: return struct.pack("