Repository URL to install this package:
|
Version:
0.6.9.post12 ▾
|
"""Serializers and Codecs."""
from .codecs import Codec
from .registry import Registry
from .schemas import Schema
__all__ = ["Codec", "Registry", "Schema"]