##// END OF EJS Templates
relnotes: add 6.6rc0
relnotes: add 6.6rc0

File last commit:

r37231:3bc609bc default
r52019:27055614 6.6rc0 stable
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)