aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/consts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/consts.py b/src/utils/consts.py
index 81e86626..f5272cab 100644
--- a/src/utils/consts.py
+++ b/src/utils/consts.py
@@ -67,3 +67,7 @@ ANSI_BOLD = "\033[1m"
ANSI_BOLD_RESET = "\033[22m"
ANSI_UNDERLINE = "\033[4m"
ANSI_UNDERLINE_RESET = "\033[24m"
+
+PERMISSION_HARD_FAIL = 0
+PERMISSION_FORCE_SUCCESS = 1
+PERMISSION_ERROR = 2