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 13, 2023
1 parent e24c959 commit 4504332
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 @@ -136,3 +136,7 @@ class BoundingBoxCaptchaEnm(str, MyEnum):

class DrawAroundCaptchaEnm(str, MyEnum):
DrawAroundTask = "DrawAroundTask"


class CoordinatesCaptchaEnm(str, MyEnum):
CoordinatesTask = "CoordinatesTask"

0 comments on commit 4504332

Please sign in to comment.