Open
Description
I'm very new to python, pygame, etc, so maybe I missed something big. I'm using pylance and mypy to do static analysis, and they don't seem to be finding a type library or any type hints. Pygame itself seems to have these type hints.
Is there an install step I missed or is it just not in the library?
If it's not in the library, would you be interested in a PR that adds the type hints? Maybe I could contribute...