theHarvester/restfulHarvest.py
Branch Vincent 4d825aaf33
build: migrate to pep517 backend (#1505)
* build: migrate to pep517 backend

* test loading config files
2023-10-08 19:45:23 +01:00

6 lines
107 B
Python
Executable file

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