Xmaster6y's picture
play against AI
045d76c unverified
raw
history blame
154 Bytes
"""Constants for the app.
"""
import os
FIGURE_DIRECTORY = os.environ.get("FIGURE_DIRECTORY", "./")
WANDB_API_KEY = os.environ.get("WANDB_API_KEY", "")