mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
3 lines
85 B
Python
3 lines
85 B
Python
# conftest.py
|
|
from dotenv import load_dotenv
|
|
load_result = load_dotenv(override=True) |