diff --git a/docs/modules/recaptcha-v2/example.rst b/docs/modules/recaptcha-v2/example.rst new file mode 100644 index 0000000..038ad03 --- /dev/null +++ b/docs/modules/recaptcha-v2/example.rst @@ -0,0 +1,12 @@ +ReCaptchaV2 +=========== + +To import this module: + +.. code-block:: python + + from python3_anticaptcha.recaptcha_v2 import ReCaptchaV2 + + +.. autoclass:: python3_anticaptcha.recaptcha_v2.ReCaptchaV2 + :members: