diff --git a/docs/modules/turnstile/example.rst b/docs/modules/turnstile/example.rst new file mode 100644 index 0000000..3485534 --- /dev/null +++ b/docs/modules/turnstile/example.rst @@ -0,0 +1,12 @@ +Turnstile +========= + +To import this module: + +.. code-block:: python + + from python3_anticaptcha.turnstile import Turnstile + + +.. autoclass:: turnstile.Turnstile + :members: \ No newline at end of file