Add py.typed
Fix problem when linters like pylance in strict mode would not check for types if either stubs (pyi) or py.typed are not provided
Reasoning: https://peps.python.org/pep-0561/#packaging-type-information
Fix problem when linters like pylance in strict mode would not check for types if either stubs (pyi) or py.typed are not provided
Reasoning: https://peps.python.org/pep-0561/#packaging-type-information