Waket Zheng
Results
21
comments of
Waket Zheng
Or use `source .env`: ```py import dotenv path = os.environ.get("POETRY_DOTENV_LOCATION") or dotenv.find_dotenv(usecwd=True) if dotenv.dotenv_values(path): c.sendline(f"source {path}") ```