##// END OF EJS Templates
packaging: factor the linux-wheels-x86_64 a bit...
packaging: factor the linux-wheels-x86_64 a bit This will make introduction of more variant simpler and testing quicker

File last commit:

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