import ParallelHandler from './parallel-handler'
import SerialHandler from './serial-handler'

export {
  ParallelHandler,
  SerialHandler,
}
