from converter.base_converter import BaseConverter class A2CConverter(BaseConverter): def convert(self, data): # 后续填协议 return data