This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
nikita.babich
/
knee_seg
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
3
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
ksenia_dev
master
nikita_dev
knee_seg
/
scripts
/
run_app.cmd
run_app.cmd
99 B
Link permanente
Histórico
Raw
1
2
3
4
@echo off
cd /d %~dp0\..
call .venv\Scripts\activate
python -c "from knee.app import main; main()"