首次提交完整的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

2
utils/checksum.py Normal file
View File

@@ -0,0 +1,2 @@
def calc_sum(data: bytes) -> int:
return sum(data) & 0xFFFF