const get = require('./get')

/**
 * @namespace nexus.device.functionalityGraph.configuration
 */

module.exports = {
  get,
}