SportsAI / config.py
nicolasRolebot's picture
webhooks and background task
091117d
raw
history blame
118 Bytes
import os
from dotenv import load_dotenv
load_dotenv()
API_URL = os.getenv("API_URL")
API_KEY = os.getenv("API_KEY")