check_sys/config.py
2023-06-06 16:55:22 +02:00

7 lines
81 B
Python

#!/usr/bin/env python3
# Constantes
HIGH = "high"
MEDIUM = "medium"
LOW = "low"