python3-anticaptcha/python3_anticaptcha/__init__.py

19 lines
391 B
Python
Raw Normal View History

2019-03-19 19:26:12 +00:00
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,
get_queue_status_url,
get_app_stats_url,
2019-03-19 19:26:12 +00:00
)
from .get_answer import get_sync_result, get_async_result
2019-01-10 22:03:13 +00:00
from .errors import ParamError, ReadError, IdGetError