##// END OF EJS Templates
Added signature for changeset a91a2837150b
Added signature for changeset a91a2837150b

File last commit:

r37231:3bc609bc default
r40495:5eaa5eb0 stable
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
Gregory Szorc
cbor: import CBORDecoder and CBOREncoder...
r37231 from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)