4 lines
91 B
Python
4 lines
91 B
Python
from app.db.session import get_db
|
|
|
|
# Re-export the get_db dependency
|
|
db_dependency = get_db |