From fd7cce71c66f324424e75d0dfce57cb89e13d92f Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 12 Dec 2023 03:04:50 +0300 Subject: [PATCH] Update enums.py --- src/python_rucaptcha/core/enums.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/python_rucaptcha/core/enums.py b/src/python_rucaptcha/core/enums.py index 8f6d245f..891490df 100644 --- a/src/python_rucaptcha/core/enums.py +++ b/src/python_rucaptcha/core/enums.py @@ -128,3 +128,7 @@ class CyberSiARAEnm(str, MyEnum): class MTCaptchaEnm(str, MyEnum): MtCaptchaTask = "MtCaptchaTask" MtCaptchaTaskProxyless = "MtCaptchaTaskProxyless" + + +class BoundingBoxCaptchaEnm(str, MyEnum): + BoundingBoxTask = "BoundingBoxTask"