Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 12, 2023
1 parent 55a3d52 commit fd7cce7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/python_rucaptcha/core/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ class CyberSiARAEnm(str, MyEnum):
class MTCaptchaEnm(str, MyEnum):
MtCaptchaTask = "MtCaptchaTask"
MtCaptchaTaskProxyless = "MtCaptchaTaskProxyless"


class BoundingBoxCaptchaEnm(str, MyEnum):
BoundingBoxTask = "BoundingBoxTask"

0 comments on commit fd7cce7

Please sign in to comment.