2Captcha

Results 1 comments of 2Captcha

Probably you have another module with the same name installed. Do the following: ```python import twocaptcha print(twocaptcha.__version__) print(dir(twocaptcha.TwoCaptcha)) ``` and then show me the output please.