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
+2 -2
View File
@@ -1,8 +1,8 @@
import os
from dotenv import load_dotenv
from flask import Flask, render_template
from . import db
from .test_routes import test_bp
import db
from test_routes import test_bp
load_dotenv()