We should add a py.typed file
However, this may cause issues
Know issues:
- the result of regex_string is intended to be used as a type (for pydantic) but it is not typed as a type
inmanta_plugins/connect/configuration.py:626: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
inmanta_plugins/connect/configuration.py:637: error: Variable "inmanta_plugins.config.const.InmantaTemplatePath" is not valid as a type [valid-type]
We should add a py.typed file
However, this may cause issues
Know issues: