mirror of
https://github.com/solvercaptcha/solvecaptcha-python.git
synced 2026-07-03 14:05:39 +02:00
Update __init__.py
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
from .api import ApiClient
|
||||
from .solver import (Solvecaptcha, SolverExceptions, ValidationException,
|
||||
NetworkException, ApiException, TimeoutException)
|
||||
NetworkException, ApiException, TimeoutException)
|
||||
|
||||
"""
|
||||
Python 3 package for easy integration with the API of solvecaptcha.com captcha solving service
|
||||
to bypass ReCaptcha, Funcaptcha, Geetest and solve any other captchas.
|
||||
|
||||
Website: https://solvecaptcha.com/
|
||||
Support: indo@solvecaptcha.com
|
||||
License: MIT
|
||||
"""
|
||||
|
||||
__author__ = 'SolveCaptcha'
|
||||
__version__ = '1.0.0'
|
||||
|
||||
Reference in New Issue
Block a user