import os from dotenv import load_dotenv [docs] envpath = os.path.join(os.path.dirname(__file__), "auxiliary/test-config.env") load_dotenv(envpath)