This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
nikita.babich
/
knee_seg
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
3
Pull Requests
0
Wiki
Aborescence:
6c498aae86
Branches
Tags
ksenia_dev
master
nikita_dev
knee_seg
/
scripts
/
run_app.cmd
run_app.cmd
99 B
Historique
Raw
1
2
3
4
@echo off
cd /d %~dp0\..
call .venv\Scripts\activate
python -c "from knee.app import main; main()"