479a9a1
1
2
3
4
5
6
import os from dotenv import load_dotenv def setup_environment(): load_dotenv() return os.getenv("GOOGLE_API_KEY")