5 lines
202 B
Python
5 lines
202 B
Python
|
"""Preconfigured converters for pyyaml."""
|
||
|
from cattrs.preconf.pyyaml import PyyamlConverter, configure_converter, make_converter
|
||
|
|
||
|
__all__ = ["configure_converter", "make_converter", "PyyamlConverter"]
|