dograh/api/db/__init__.py
Abhishek Kumar 4f2a629340 Initial Commit 🚀 🚀
2025-09-09 14:37:32 +05:30

3 lines
62 B
Python

from api.db.db_client import DBClient
db_client = DBClient()