import os from dotenv import load_dotenv load_dotenv() class Settings: BACKEND_URL = os.getenv("BACKEND_URL") settings = Settings()