resultbrowser: remove circular detaildealer import

This commit is contained in:
2026-01-18 20:58:13 +01:00
parent eaba782ca6
commit 37843f91b5
6 changed files with 199 additions and 91 deletions

View File

@ -1,4 +1,5 @@
from flask import Flask
app = Flask(__name__)
app.debug = True
from app import views