run_app.cmd 99 B

1234
  1. @echo off
  2. cd /d %~dp0\..
  3. call .venv\Scripts\activate
  4. python -c "from knee.app import main; main()"