Skip to content

Add py.typed file

I'm using this package and noticed that there are type annotations in the code, but I can't typecheck using them because they're not being exported. Could you add a py.typed file to this project so that the type annotations can be used by client code? Thanks!