1#!/usr/bin/env python3 2from theHarvester.restfulHarvest import main 3 4if __name__ == '__main__': 5 main() 6 7