# -*- coding: utf-8 -*-
"""
settings.py -- General settings
Copyright 2020  Monterey Bay Aquarium Research Institute
Distributed under MIT license. See license.txt for more infomation.

"""

ROI_SUBDIR = 'rois'
REVIEW_SUBDIR = 'needs_review'
DISCARD_SUBDIR = 'discard'
BG_COLOR = (45, 35, 25)