test.py:11: error: Skipping analyzing "crossplane": module is installed, but missing library stubs or py.typed marker [import-untyped]
test.py:11: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
Found 1 error in 1 file (checked 1 source file)
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Proposed changes
Add an empty py.typed file to comply with https://mypy.readthedocs.io/en/latest/installed_packages.html#creating-pep-561-compatible-packages
Checklist
Before creating a PR, run through this checklist and mark each as complete.