master
Kostanjevec 2022-06-13 14:25:36 +02:00
parent da4fa5c23f
commit 90cc19fc12
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ from sqlalchemy.orm import sessionmaker
from config import CONFIG
from create_db import User, Card
from hashlib import md5, new
from hashlib import md5
engine = create_engine(CONFIG['DB_CONNECTION'])