chore: scripts/大收尸——178个影子副本/零引用工具归档至archive/20260722-scripts-cleanup(红线#6/#8,git mv保历史)

This commit is contained in:
hmo
2026-07-22 08:38:19 +08:00
parent 375f6d469a
commit 55077395f9
176 changed files with 0 additions and 0 deletions
@@ -0,0 +1,8 @@
import ast, sys
src = open('/home/hmo/MoFin/deploy/bot/xmpp_agent_core.py').read()
try:
ast.parse(src)
print('SYNTAX OK, lines:', len(src.splitlines()))
except SyntaxError as e:
print('SYNTAX ERROR:', e)
sys.exit(1)