theHarvester/discovery/shodan/__init__.py
laramies 09babc0285 2.5
Fixed Google searches, and introduced Requests library
2014-12-16 23:25:12 +00:00

6 lines
68 B
Python

from api import WebAPI
__version__ = "0.5.0"
__all__ = ['WebAPI']