Skip to content

Commit 423ac87

Browse files
Update __init__.py
1 parent 80b77b7 commit 423ac87

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

solvecaptcha/__init__.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
from .api import ApiClient
22
from .solver import (Solvecaptcha, SolverExceptions, ValidationException,
3-
NetworkException, ApiException, TimeoutException)
3+
NetworkException, ApiException, TimeoutException)
4+
5+
"""
6+
Python 3 package for easy integration with the API of solvecaptcha.com captcha solving service
7+
to bypass ReCaptcha, Funcaptcha, Geetest and solve any other captchas.
8+
9+
Website: https://solvecaptcha.com/
10+
Support: indo@solvecaptcha.com
11+
License: MIT
12+
"""
13+
14+
__author__ = 'SolveCaptcha'
15+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)