class Hello {
  say () {
    return 'hi child window'
  }
}
module.exports = Hello