theHarvester/discovery/shodan/__init__.py

6 lines
68 B
Python
Raw Normal View History

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