File size: 83 Bytes
de2ad9c
 
 
 
 
1
2
3
4
5
@echo off
cd /d "%~dp0"
call ".venv\Scripts\activate.bat"
python shell_s2s.py
pause