091117d
1
2
3
4
5
6
7
import os from dotenv import load_dotenv load_dotenv() API_URL = os.getenv("API_URL") API_KEY = os.getenv("API_KEY")