def __init__(self): import msgpack self.msgpack = msgpack self.packer = msgpack.Packer( encoding='utf-8', autoreset=True, use_bin_type=True, )