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