Update conf.py
This commit is contained in:
parent
f6200a9641
commit
c586d739c3
11
docs/conf.py
11
docs/conf.py
|
@ -12,7 +12,16 @@ sys.path.insert(0, os.path.abspath("src/"))
|
|||
for x in os.walk("src/python3_anticaptcha/"):
|
||||
sys.path.insert(0, x[0])
|
||||
|
||||
from python3_anticaptcha import core, control, gee_test, turnstile, custom_task, fun_captcha, image_captcha
|
||||
from python3_anticaptcha import (
|
||||
core,
|
||||
control,
|
||||
gee_test,
|
||||
turnstile,
|
||||
custom_task,
|
||||
fun_captcha,
|
||||
image_captcha,
|
||||
image_to_coordinates,
|
||||
)
|
||||
from python3_anticaptcha.__version__ import __version__
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue