from mined_metric.builder.metrics_impl.pisces.scenarios import SCENARIOS

VERSION_STR = "0.5.0"
PISCES_DIRECTORY = "/mnt/nautilus_rw/pisces/data"
PISCES_SDL_PIPDEREAM_DIRECTORY = "/mnt/nautilus_rw/pisces/sdl_pipedream_json"
# Read token from vault or move token to Planner Metrics' Slack notifier class
SLACK_TOKEN = (
    "xoxp-4306046359-516093536435-880370286278-20f6f201477c8172cd0ce6f8ad91754a"
)
SCENARIOS_LUT = {x.name: x for x in SCENARIOS}
