Xmaster6y's picture
interfacing
8e6ff6d unverified
raw
history blame
153 Bytes
"""Constants for the app.
"""
import os
FIGURE_DIRECTORY = os.environ.get("FIGURE_DIRECTORY", ".")
WANDB_API_KEY = os.environ.get("WANDB_API_KEY", "")