From 521872cf065bd6245a30adaad752553fd42c8c66 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 17 Mar 2023 02:28:30 +0300 Subject: [PATCH] Create example.rst --- docs/modules/turnstile/example.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/modules/turnstile/example.rst 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