class Status: '''status for one recipient''' def __init__(self, provider, route): self.provider = provider self.route = route self.costs = 0