#include "NeuronSerialization.h"

BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::Neuron);


namespace lib4neuro {

    Neuron::~Neuron() {

    }

}