import bpipe.Pipeline;

/**
 * A simple alias for Pipeline, in the default package so that the user
 * does not need to import anything to access Bpipe
 * 
 * @author simon
 */
class Bpipe extends Pipeline {
    
}
