summaryrefslogtreecommitdiffstats
path: root/third_party/python/certifi/certifi/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/certifi/certifi/__init__.py')
-rw-r--r--third_party/python/certifi/certifi/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/python/certifi/certifi/__init__.py b/third_party/python/certifi/certifi/__init__.py
new file mode 100644
index 0000000000..a3546f1255
--- /dev/null
+++ b/third_party/python/certifi/certifi/__init__.py
@@ -0,0 +1,4 @@
+from .core import contents, where
+
+__all__ = ["contents", "where"]
+__version__ = "2022.12.07"