const get = require('./get')

/**
 * @namespace nexus.dataPoints.materializedView
 */

module.exports = {
  get,
}