function init(isDev) { console.log("wegame: init"); } function listen() { console.log("wegame: listen"); } module.exports = { init, listen };