add binaries

This commit is contained in:
2026-03-11 20:22:30 +01:00
parent 310dea58e7
commit 86baf67fac
25 changed files with 1289 additions and 0 deletions

5
bin/resultbrowser/run.py Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python
from app import app
from app import model
app.run(debug=False, port=int(model.opts.port), host=model.opts.host)