Utils and better handling

This commit is contained in:
Firq 2024-10-04 15:03:44 +02:00
parent 1eafc1a0e1
commit 8d2de1766b
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
6 changed files with 36 additions and 12 deletions
support_formatter/models

View file

@ -1,6 +1,8 @@
from enum import Enum
import marshmallow as ma
class HealthStatus(Enum):
OK = 0
WARNING = 1