move EdgeDB into db sub folder

This commit is contained in:
2025-12-21 19:05:59 +01:00
parent 2ea781c293
commit 6f0ad8bec2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from my_modules.functions import custom_limit_key
from my_modules.app.constens import SECRET_KEY, UPLOAD_DIR
from my_modules.AsyncCache import AsyncCache
from my_modules.app.logger import logger
from my_modules.EdgeDB import EdgeDB
from my_modules.db.EdgeDB import EdgeDB
from quart_session import Session
from flask_limiter import Limiter