39246-vm/check_syntax.ps1
abbashkyt-creator 7d8ce0e322 V0.1
2026-03-14 04:02:22 +03:00

4 lines
285 B
PowerShell

Set-Location "C:\Users\Abbas\Documents\Downloads\ClaudeAuction2"
python -c "import ast; ast.parse(open('worker.py', encoding='utf-8').read()); print('[worker.py] Syntax OK')"
python -c "import ast; ast.parse(open('models.py', encoding='utf-8').read()); print('[models.py] Syntax OK')"