#ifndef SRC_PIPELINE_H_
#define SRC_PIPELINE_H_

#include "nan.h"

NAN_METHOD(pipeline);

#endif  // SRC_PIPELINE_H_
