1
0
mirror of https://github.com/michaelharms/comcrawl.git synced 2021-09-27 00:43:48 +03:00
Files
comcrawl-common-crawl/comcrawl/__init__.py
2020-07-26 12:23:43 +02:00

13 lines
204 B
Python

"""comcrawl.
This module directly exposes the IndexClient
class, which is the core object of this
package, providing all of the functionality.
"""
__version__ = "1.0.2"
from .core import IndexClient