from motor.motor_asyncio import AsyncIOMotorClient class MongoDB: def __init__(self, url: str): self.client = AsyncIOMotorClient(url)