const users = require('./users') const spells = require('./spells') const schools = require('./schools') module.exports = { spells, schools, users }