This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-22/mockenv/lib/python3.6/site-packages/certifi/__init__.py
2022-07-22 16:13:59 +05:30

5 lines
94 B
Python

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