import os class Config: API_KEY = os.getenv('API_KEY') MongoURI = os.getenv('MongoURI')