MAJOR REFACTOR P3

This commit is contained in:
2025-09-05 20:44:41 +02:00
parent 12af4e7bbe
commit a2b13f3d32
13 changed files with 99 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
from flask import Blueprint, render_template, abort, jsonify, send_file, json
from typing import cast, Optional, Any
from datetime import datetime, timedelta, timezone
from app.config import timeout
from config import timeout
from ..models import service, log
from app import app, db