fix: абсолютные импорты вместо относительных (ImportError)

This commit is contained in:
2026-06-13 12:17:57 +04:00
parent dbbc8ea5fe
commit 23cec8686e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from flask import Blueprint, jsonify, request
from . import db
import db
test_bp = Blueprint("test", __name__)