Utils and better handling
This commit is contained in:
parent
1eafc1a0e1
commit
8d2de1766b
6 changed files with 36 additions and 12 deletions
support_formatter/models
|
@ -1,6 +1,8 @@
|
|||
from enum import Enum
|
||||
|
||||
import marshmallow as ma
|
||||
|
||||
|
||||
class HealthStatus(Enum):
|
||||
OK = 0
|
||||
WARNING = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue