Vinyzu / Botright

Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.
GNU General Public License v3.0
355 stars 51 forks source link

Add `py.typed` file for type hints #71

Open GandaG opened 4 months ago

GandaG commented 4 months ago

This project is beautifully (and fully) type-hinted, which is sort of wasted since neither mypy nor pyright will recognize them without a py.typed file at the package root. It can be just an empty, touch file.