mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-14 19:45:53 +08:00
09babc0285
Fixed Google searches, and introduced Requests library
5 lines
68 B
Python
5 lines
68 B
Python
from api import WebAPI
|
|
|
|
__version__ = "0.5.0"
|
|
|
|
__all__ = ['WebAPI']
|