Fix type hints on the Python PkDecryption class

Merged Brendan Abolivier requested to merge babolivier/olm:babolivier/PkDecryption_types into master

Also add a py.typed marker to make tools like mypy pick up Olm's Python bindings' types when checking types of a project that uses them.

Merge request reports