"""Constants for label copy export history.""" REQUESTED = 'requested' IN_PROGRESS = 'in_progress' COMPLETED = 'completed' ERROR = 'error' GENERATION_STATUSES = [REQUESTED, IN_PROGRESS, COMPLETED, ERROR]