mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-14 11:36:56 +08:00
6 lines
68 B
Python
6 lines
68 B
Python
|
from api import WebAPI
|
||
|
|
||
|
__version__ = "0.5.0"
|
||
|
|
||
|
__all__ = ['WebAPI']
|