Files
aws-production/cdk-env/lib/python3.12/site-packages/cattr/preconf/ujson.py

6 lines
199 B
Python
Raw Normal View History

2025-06-27 16:06:02 +00:00
"""Preconfigured converters for ujson."""
from cattrs.preconf.ujson import UjsonConverter, configure_converter, make_converter
__all__ = ["configure_converter", "make_converter", "UjsonConverter"]