From a51bb7235555c9173a576079344d9becb50277d1 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 29 Apr 2024 19:29:47 +0300 Subject: [PATCH] Update enums.py --- src/python_rucaptcha/core/enums.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/python_rucaptcha/core/enums.py b/src/python_rucaptcha/core/enums.py index cde67f63..cdf9a34a 100644 --- a/src/python_rucaptcha/core/enums.py +++ b/src/python_rucaptcha/core/enums.py @@ -154,3 +154,8 @@ class FriendlyCaptchaEnm(str, MyEnum): class TencentEnm(str, MyEnum): TencentTask = "TencentTask" TencentTaskProxyless = "TencentTaskProxyless" + + +class atbCaptchaEnm(str, MyEnum): + AtbCaptchaTask = "AtbCaptchaTask" + AtbCaptchaTaskProxyless = "AtbCaptchaTaskProxyless"