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

6 lines
206 B
Python
Raw Normal View History

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