requirements

This commit is contained in:
h z
2024-12-03 12:42:09 +00:00
parent e929f67f4e
commit 969f200753
5 changed files with 41 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#db/__init__.py
from contextlib import contextmanager
from models import Base
from db.models import Base
from sqlalchemy.orm import sessionmaker