mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 07:28:07 -05:00
5 lines
87 B
Python
5 lines
87 B
Python
# conftest.py
|
|
from dotenv import load_dotenv
|
|
|
|
load_result = load_dotenv(override=True)
|