You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds py.typed marker file to enable type checking with mypy.
This resolves the 'missing library stubs or py.typed marker' warning
that users encounter when running mypy on projects that import together.
Fixes#234
0 commit comments