This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
"""Python Z3950/MARC/ASN.1 package, supporting ZOOM API.
|
|
"""
|
|
|
|
__all__ = ['zoom', 'zmarc']
|
|
# only pieces most users need: if you need asn1, import it explicitly
|