4 lines
51 B
Batchfile
Executable file
4 lines
51 B
Batchfile
Executable file
@echo off
|
|
setlocal
|
|
chdir src
|
|
python __init__.py %*
|