Files

6 lines
206 B
Python
Raw Permalink 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"]