#!/usr/bin/python

from HarvestMan.harvestman import harvestMan
h = harvestMan()
h.run_projects()
