710db5f
1
2
3
4
5
6
7
8
@echo off call venv\scripts\activate python app.py %* echo "launching the app" pause