File size: 154 Bytes
045d76c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""Constants for the app.
"""

import os

FIGURE_DIRECTORY = os.environ.get("FIGURE_DIRECTORY", "./")
WANDB_API_KEY = os.environ.get("WANDB_API_KEY", "")