Files
auto-archiver-api/app/shared/constants.py
2025-04-03 19:41:31 +01:00

8 lines
151 B
Python

# Statuses
STATUS_FAILURE = "FAILURE"
STATUS_PENDING = "PENDING"
STATUS_SUCCESS = "SUCCESS"
# AA CLI CONFIGS
SHEET_ID = "--gsheet_feeder_db.sheet_id"