mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-21 23:08:30 +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)
|