chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Copyright (c) Microsoft. All rights reserved.
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Status(str, Enum):
|
||||
"""Status enum."""
|
||||
|
||||
COMPLETED = "completed"
|
||||
FAILED = "failed"
|
||||
IN_PROGRESS = "in_progress"
|
||||
INCOMPLETE = "incomplete"
|
||||
Reference in New Issue
Block a user