5 lines
108 B
Batchfile
5 lines
108 B
Batchfile
echo on
|
|
SET mypath=%~dp0
|
|
cd %mypath%
|
|
.\venv\Scripts\activate.bat && python -O "./src/main.py" --no-autotest
|