const device = require('./device')

/**
 * @namespace nexus.command
 */

module.exports = {
  device,
}