Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add py.typed for PEP 561 compliance (#976)
Type annotations were added in commit f8d4aaa. For these annotations to be useful by library users, the package should install a py.typed file. This tells mypy and other tools to consume and use these types. For more details, see: https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages
- Loading branch information