4 lines
57 B
Batchfile
4 lines
57 B
Batchfile
|
@echo off
|
||
|
|
||
|
call env\Scripts\activate.bat
|
||
|
python server.py
|