Update conf.py

This commit is contained in:
Andrei 2024-12-16 02:29:51 +03:00
parent f73ee9eb34
commit d91b99ec73
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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, turnstile, fun_captcha, image_captcha
from python3_anticaptcha import core, control, gee_test, turnstile, fun_captcha, image_captcha
from python3_anticaptcha.__version__ import __version__
# -- Project information -----------------------------------------------------