py-vobject / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
http://py-vobject.github.io/
24 stars 7 forks source link

Explicitly export types from __init__.py #54

Open dbarnett opened 1 month ago

dbarnett commented 1 month ago

Adds explicit import aliases per https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport.

Fixes #53.

dbarnett commented 1 month ago

Please LMK if you prefer to use the __all__ approach instead, and any other important symbols I should also export while I'm in here.