pip/src/pip/_vendor/certifi/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
94 B
Python
Raw Normal View History

2020-04-15 17:55:33 +02:00
from .core import contents, where
2017-09-07 18:32:59 +02:00
2022-07-17 01:05:58 +02:00
__all__ = ["contents", "where"]
2023-08-06 16:26:54 +02:00
__version__ = "2023.07.22"