This avoids importing click and using it for the click wrapper, which seems to be primary a Python 2/3 compatibility thing. It also shaves time of the import for libraries (like hist) that do not need click imported.
Also including __version__ in __all__, it was missing.
This avoids importing click and using it for the click wrapper, which seems to be primary a Python 2/3 compatibility thing. It also shaves time of the import for libraries (like hist) that do not need click imported.
Also including
__version__
in__all__
, it was missing.