Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
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.
worblehat-old/python/PyZ3950/__init__.py

6 lines
160 B
Python
Raw Normal View History

"""Python Z3950/MARC/ASN.1 package, supporting ZOOM API.
"""
__all__ = ['zoom', 'zmarc']
# only pieces most users need: if you need asn1, import it explicitly