aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/pythonjsonlogger/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/pythonjsonlogger/__init__.py')
-rw-r--r--.venv/lib/python3.12/site-packages/pythonjsonlogger/__init__.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/pythonjsonlogger/__init__.py b/.venv/lib/python3.12/site-packages/pythonjsonlogger/__init__.py
new file mode 100644
index 00000000..298a3feb
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pythonjsonlogger/__init__.py
@@ -0,0 +1,17 @@
+### IMPORTS
+### ============================================================================
+## Future
+
+## Standard Library
+import warnings
+
+## Installed
+
+## Application
+from . import json
+from . import utils
+
+### CONSTANTS
+### ============================================================================
+ORJSON_AVAILABLE = utils.package_is_available("orjson")
+MSGSPEC_AVAILABLE = utils.package_is_available("msgspec")