Removed old ANPR system

This commit is contained in:
2025-05-31 10:06:03 +02:00
parent d5b42a7550
commit 90d21f8847
4 changed files with 12 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
from flask import Blueprint, render_template, request, jsonify
from flask_login import login_required
from application.dashboard.models import AllowedPlate, LoggedItem
from application import db, app
from application import db
from application.dashboard.forms import npForm
dash_blueprint = Blueprint("dash", __name__, template_folder="templates")