summaryrefslogtreecommitdiff
path: root/src/pip/_vendor/certifi/__init__.py
blob: a3546f12555c2c8d186489c5220e8d2e25f0b0a9 (plain)
1
2
3
4
from .core import contents, where

__all__ = ["contents", "where"]
__version__ = "2022.12.07"