4 lines
285 B
PowerShell
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')"
|