Update enum.py

This commit is contained in:
Andrei 2024-10-05 21:11:50 +03:00
parent 290aa7b335
commit 5e3ce973f1
1 changed files with 5 additions and 0 deletions

View File

@ -93,3 +93,8 @@ class ControlPostfixEnm(str, MyEnum):
REPORT_INCORRECT_RECAPTCHA = "reportIncorrectRecaptcha"
REPORT_CORRECT_RECAPTCHA = "reportCorrectRecaptcha"
REPORT_INCORRECT_HCAPTCHA = "reportIncorrectHcaptcha"
class SaveFormatsEnm(str, MyEnum):
TEMP = "temp"
CONST = "const"