The Python package is missing a [`py.typed` marker file](https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information). This hampers type checking and leads to CI pipeline faults (e.g., Mypy warning).
The Python package is missing a
py.typedmarker file. This hampers type checking and leads to CI pipeline faults (e.g., Mypy warning).