Spaces:
Running
Running
File size: 94 Bytes
9aaf513 |
1 2 3 4 5 6 7 8 |
@echo off
call venv\scripts\activate
python app.py %*
echo "launching the app"
pause
|