6 lines
97 B
Python
6 lines
97 B
Python
from app.core.database import get_database
|
|
|
|
|
|
async def get_db():
|
|
return await get_database()
|