Files
Backend/database/__init__.py
T
2025-10-26 21:16:23 +03:00

3 lines
100 B
Python

from .connection import get_connection, get_db_config
__all__ = ['get_connection', 'get_db_config']