首次提交完整的python工程代码

This commit is contained in:
2026-06-15 20:38:42 +08:00
commit bca485d748
159 changed files with 248076 additions and 0 deletions

6
converter/b_to_e.py Normal file
View File

@@ -0,0 +1,6 @@
from converter.base_converter import BaseConverter
class B2EConverter(BaseConverter):
def convert(self, data):
# 后续填协议
return data