Kodistubs
Kodistubs copied to clipboard
chore: inform mypy that this is a typed lib
Right now, mypy raises the error Skipping analyzing X: module is installed, but missing library stubs or py.typed marker. This PR fixes it.
I'm not comfortable turning modules into packages so I'll check if there are alternative ways to resolve this.