from dotenv import load_dotenv def bootstrap(envfile='./.env'): load_dotenv(dotenv_path=envfile)