6 lines
203 B
Python
6 lines
203 B
Python
![]() |
"""Preconfigured converters for pyyaml."""
|
||
|
|
||
|
from cattrs.preconf.pyyaml import PyyamlConverter, configure_converter, make_converter
|
||
|
|
||
|
__all__ = ["configure_converter", "make_converter", "PyyamlConverter"]
|