ballagb19 commited on
Commit
382b4cb
·
verified ·
1 Parent(s): 8508928

Upload captcha_solver/__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. captcha_solver/__init__.py +5 -0
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"