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

6 lines
207 B
Python
Raw Normal View History

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