Main info
1. Refactor project structure
2. Renamed files with captcha methods to lovercase, like `AmazonWAF`->`amazon_waf`
3. Removed separate async classes, added async methods to main class, like removed `aioAmazonWAF` class, but added `aio_captcha_handler` method into `AmazonWAF` class.
4. Added more Google-like docstrings
5. Examples folder is deprecate and will be removed -> **use docstrings**
6. Added more tests
7. Added `AmazonWAF` captcha method
What's Changed more
* Bump black from 22.10.0 to 22.12.0 by dependabot in https://github.com/AndreiDrang/python-rucaptcha/pull/135
* Update coverage requirement from ==6.* to ==7.* by dependabot in https://github.com/AndreiDrang/python-rucaptcha/pull/137
* Bump black from 22.12.0 to 23.1.0 by dependabot in https://github.com/AndreiDrang/python-rucaptcha/pull/138
**Full Changelog**: https://github.com/AndreiDrang/python-rucaptcha/compare/v4.3...v5.1.0