import os from dotenv import load_dotenv load_dotenv() DERIV_APP_ID = os.getenv("DERIV_APP_ID") DERIV_API_TOKEN = os.getenv("DERIV_API_TOKEN")