From f817475cbb94abe7007a55e8d8bbff46044e4cda Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 27 Jul 2023 20:08:21 +0300 Subject: [PATCH] Update example.rst --- docs/modules/fun-captcha/example.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/modules/fun-captcha/example.rst b/docs/modules/fun-captcha/example.rst index b916286c..b67b42fc 100644 --- a/docs/modules/fun-captcha/example.rst +++ b/docs/modules/fun-captcha/example.rst @@ -6,7 +6,12 @@ To import this module: .. code-block:: python from python3_capsolver.fun_captcha import FunCaptcha + from python3_capsolver.fun_captcha import FunCaptchaClassification .. autoclass:: python3_capsolver.fun_captcha.FunCaptcha + :members: + + +.. autoclass:: python3_capsolver.fun_captcha.FunCaptchaClassification :members: \ No newline at end of file