Files

6 lines
161 B
Python
Raw Permalink Normal View History

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