sensein / etelemetry-client

Etelemetry client
Other
3 stars 9 forks source link

Add type annotations #53

Open jwodder opened 9 months ago

jwodder commented 9 months ago

Running mypy on code that uses the latest version of etelemetry fails with the error message "module is installed, but missing library stubs or py.typed marker". Please add type annotations to this project and include a py.typed file in the package to indicate typing support to mypy.