FanFicFare/included_dependencies/certifi/__init__.py
2022-09-13 09:54:51 -05:00

4 lines
96 B
Python

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