consts.py 87 B

1234
  1. class MonitorStatus:
  2. IN_PROGRESS = "in_progress"
  3. OK = "ok"
  4. ERROR = "error"