Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add PEP 561 compliance (typing in installed package) (#215)
In order for typing to work we need to mark package with py.typed file to comply with PEP 561 and let mypy and other tools know that typing should work with that package. See https://mypy.readthedocs.io/en/stable/installed_packages.html#using-installed-packages-with-mypy-pep-561
- Loading branch information