bazarr/libs/certifi/__init__.py

5 lines
94 B
Python
Raw Normal View History

from .core import contents, where
2022-11-07 18:06:49 +00:00
__all__ = ["contents", "where"]
__version__ = "2022.09.24"