Spaces:
Sleeping
Sleeping
Upload captcha_solver/__init__.py with huggingface_hub
Browse files
captcha_solver/__init__.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""captcha-solver-api: free local AI CAPTCHA solving."""
|
| 2 |
+
|
| 3 |
+
__version__ = "0.1.0"
|
| 4 |
+
__author__ = "wo312092-creator"
|
| 5 |
+
__license__ = "MIT"
|