Open dbarnett opened 2 months ago
Adds explicit import aliases per https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport.
Fixes #53.
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.
__all__
Adds explicit import aliases per https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport.
Fixes #53.