module.exports = {
list: require('./list'),
get: require('./get'),
patch: require('./patch'),
point: require('./point')
};