python3-anticaptcha/python3_anticaptcha/__init__.py

6 lines
333 B
Python

from .config import create_task_url, app_key, get_balance_url, incorrect_captcha_url, \
HOST, PORT, RTMQ_USERNAME, RTMQ_PASSWORD, RTMQ_HOST, RTMQ_PORT, RTMQ_VHOST, \
get_result_url
from .get_answer import get_sync_result, get_async_result
from .errors import ParamError, ReadError, IdGetError