mjml-python
mjml-python copied to clipboard
Type hints for public interface?
Thanks for the really useful library!
It would be even better if it came with type annotations for its public interface (i.e. just mjml_to_html
, as far as I can tell) and a py.typed marker to allow dependent projects to type check their usage of the library.
I'll try to add some type hints. I need to check the py.typed
marker which I did not use so far.