1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_vendor/certifi/__init__.py
2023-08-06 09:26:54 -05:00

5 lines
94 B
Python

from .core import contents, where
__all__ = ["contents", "where"]
__version__ = "2023.07.22"