8 lines
377 B
Python
8 lines
377 B
Python
"""
|
|
===============================================================================
|
|
FILE: modules/web_api/llm/db/connection.py
|
|
ROLE: Реэкспорт единого подключения к БД из core.connection.
|
|
===============================================================================
|
|
"""
|
|
|
|
from core.connection import get_connection as get_db_connection, DB_PATH |