Files
auto-archiver-api/app/shared/constants.py
2025-04-02 13:14:09 -05:00

5 lines
92 B
Python

# Statuses
STATUS_FAILURE = "FAILURE"
STATUS_PENDING = "PENDING"
STATUS_SUCCESS = "SUCCESS"