usse/scrape/venv/lib/python3.10/site-packages/cattr/preconf/msgpack.py

5 lines
206 B
Python
Raw Normal View History

2023-12-22 14:26:01 +00:00
"""Preconfigured converters for msgpack."""
from cattrs.preconf.msgpack import MsgpackConverter, configure_converter, make_converter
__all__ = ["configure_converter", "make_converter", "MsgpackConverter"]