From 703c45507e509f9f1eab78af82cc8c7ed35519f1 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 16 Dec 2024 23:46:21 +0300 Subject: [PATCH] Create example.rst --- docs/modules/image-to-coordinates/example.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/modules/image-to-coordinates/example.rst diff --git a/docs/modules/image-to-coordinates/example.rst b/docs/modules/image-to-coordinates/example.rst new file mode 100644 index 0000000..8158791 --- /dev/null +++ b/docs/modules/image-to-coordinates/example.rst @@ -0,0 +1,12 @@ +ImageToCoordinates +================== + +To import this module: + +.. code-block:: python + + from python3_anticaptcha.image_to_coordinates import ImageToCoordinates + + +.. autoclass:: python3_anticaptcha.image_to_coordinates.ImageToCoordinates + :members: