theHarvester/restfulHarvest.py
2024-08-07 19:28:52 +01:00

6 lines
107 B
Python
Executable file

#!/usr/bin/env python3
from theHarvester.restfulHarvest import main
if __name__ == '__main__':
main()