mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-04 11:55:11 -05:00
6 lines
95 B
Python
6 lines
95 B
Python
from dotenv import load_dotenv
|
|
|
|
load_dotenv()
|
|
|
|
# Your other pytest configurations and fixtures
|