mirror of
https://github.com/michaelharms/comcrawl.git
synced 2021-09-27 00:43:48 +03:00
13 lines
204 B
Python
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
|