resultbrowser: remove circular detaildealer import

This commit is contained in:
2026-01-18 20:58:13 +01:00
parent eaba782ca6
commit 4f65e53392
5 changed files with 202 additions and 95 deletions

View File

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