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