#include "legislator.hh"
namespace paxos
{
Legislator::Legislator(const LegislatorConfig& config)
: config_(config)
}