Files
data_pipeline_for_YNAB/config/exit_codes.py
T

4 lines
57 B
Python

SUCCESS = 0
MISSING_ENV_VARS = 1
MISSING_CONFIG_FILE = 2