3 lines
92 B
Python
3 lines
92 B
Python
from app.db.database import get_connection, init_db
|
|
|
|
__all__ = ["get_connection", "init_db"] |