Spaces:
Sleeping
Sleeping
File size: 161 Bytes
ce673e5 | 1 2 3 4 5 6 | from motor.motor_asyncio import AsyncIOMotorClient
from .settings import settings
client = AsyncIOMotorClient(settings.MONGO_URL)
db = client[settings.DB_NAME]
|