This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
nikita.babich
/
knee_seg
Segui
1
Vota
0
Forka
0
File
Problemi
3
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
ksenia_dev
master
nikita_dev
knee_seg
/
scripts
/
run_app.cmd
run_app.cmd
99 B
Permalink
Cronologia
Originale
1
2
3
4
@echo off
cd /d %~dp0\..
call .venv\Scripts\activate
python -c "from knee.app import main; main()"