const static = require('./static') const nodejs = require('./nodejs') const php = require('./php') const custom = require('./custom') module.exports = { static, nodejs, php, custom }