from pymongo import MongoClient from config.settings import MONGO_URL client: MongoClient = MongoClient(MONGO_URL) mongo_measures = client.measures