Create example.rst
This commit is contained in:
parent
38f4636d91
commit
4d44fa0d0a
|
@ -0,0 +1,12 @@
|
|||
ReCaptchaV3
|
||||
===========
|
||||
|
||||
To import this module:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from python3_anticaptcha.recaptcha_v3 import ReCaptchaV3
|
||||
|
||||
|
||||
.. autoclass:: python3_anticaptcha.recaptcha_v3.ReCaptchaV3
|
||||
:members:
|
Loading…
Reference in New Issue