1 2 3 4 5 6
"""A library for installing Python wheels.""" __version__ = "0.6.0" __all__ = ["install"] from installer._core import install # noqa