diff --git a/src/python3_anticaptcha/core/enum.py b/src/python3_anticaptcha/core/enum.py index 1a05cde..5562a3b 100644 --- a/src/python3_anticaptcha/core/enum.py +++ b/src/python3_anticaptcha/core/enum.py @@ -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"