add binaries

This commit is contained in:
2026-03-11 20:22:30 +01:00
parent edc7510d8d
commit d1f70e6a12
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)