Running `mypy` with this: ``` error: Skipping analyzing "grobid_client.grobid_client": module is installed, but missing library stubs or py.typed marker [import-untyped] ``` It would be nice to: 1. Add type hints 2. Add `py.typed` metadata Thank you in advance
Running
mypywith this:It would be nice to:
py.typedmetadataThank you in advance