Support Mypy type checking

According to PEP 561, a py.typed file should be included to indicate to type checkers that a package exposes type annotations that should be checked.

It would be great for kicad-python to add these so that users of the library type checking their applications using Mypy will get type checking.