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