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

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