File size: 234 Bytes
7d369c8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
@echo off
echo Starting SAGAR AdaptiveAuth Framework...
echo.
echo Make sure you have installed the dependencies with:
echo    pip install -r requirements.txt
echo.
echo Press any key to start the server...
pause > nul

python main.py