Create example.rst
This commit is contained in:
parent
0692839ad9
commit
16b760d64d
|
@ -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:
|
Loading…
Reference in New Issue