rosidl_python icon indicating copy to clipboard operation
rosidl_python copied to clipboard

Explicit export of Objects and py.typed

Open InvincibleRMC opened this issue 1 year ago • 0 comments

Adding py.typed and explicit exports so static type checkers can attempt to be run on generated files. I'm hoping to eventually build off this to fix #157. I saw in the discussion people seem dissuaded due to needing python 3.6 support however, python 3.6 does support types.

InvincibleRMC avatar Mar 01 '24 23:03 InvincibleRMC