Botright
Botright copied to clipboard
Add `py.typed` file for type hints
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.