dograh/api/db/__init__.py

4 lines
62 B
Python
Raw Normal View History

2025-09-09 14:37:32 +05:30
from api.db.db_client import DBClient
db_client = DBClient()