4 lines
87 B
Python
4 lines
87 B
Python
class MonitorStatus:
|
|
IN_PROGRESS = "in_progress"
|
|
OK = "ok"
|
|
ERROR = "error"
|