Hi,
Love pymap3d.
When running my code with mypy without --ignore-missing-imports, I get the error Skipping analyzing "pymap3d": module is installed, but missing library stubs or py.typed marker.
Would adding py.typed suffice to add mypy support as described here?