mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 09:02:37 +08:00
4d825aaf33
* build: migrate to pep517 backend * test loading config files
5 lines
107 B
Python
Executable file
5 lines
107 B
Python
Executable file
#!/usr/bin/env python3
|
|
from theHarvester.restfulHarvest import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|