var app = require('../../server/server');
module.exports = function(State) {
require('../methods/state/list.js')(State);
};