aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hangoutschat/index.js
blob: c6173face3b90052e1225b4a7ad5c602e64089a7 (plain) (blame)
1
2
3
4
5
const os = require('os');

// just pass through Franz
module.exports = Franz => class HangoutsChat extends Franz {
};