import os from dotenv import load_dotenv load_dotenv(dotenv_path='model_data/.env') EPC_AUTH_TOKEN = os.environ.get('EPC_AUTH_TOKEN')