db module for Auth

This commit is contained in:
2024-11-14 15:16:39 +03:00
parent 28ec057726
commit 751fb0c20d
5 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
from dataclasses import dataclass from dataclasses import dataclass
from Database.select import select_list from db.select import select_list
from Database.sql_provider import SQLProvider from db.sql_provider import SQLProvider
from flask import current_app from flask import current_app
import os import os