Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Apr 29, 2024
1 parent b6fe9cb commit a51bb72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/python_rucaptcha/core/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,8 @@ class FriendlyCaptchaEnm(str, MyEnum):
class TencentEnm(str, MyEnum):
TencentTask = "TencentTask"
TencentTaskProxyless = "TencentTaskProxyless"


class atbCaptchaEnm(str, MyEnum):
AtbCaptchaTask = "AtbCaptchaTask"
AtbCaptchaTaskProxyless = "AtbCaptchaTaskProxyless"

0 comments on commit a51bb72

Please sign in to comment.