adding config.Config.sampleConf for creating a sample configuration
classStatus:'''status for one recipient'''def__init__(self,provider,route,costs=0.0,count=0,exID=None):self.provider=providerself.route=routeself.costs=costsself.count=countself.exID=exID