n = require('nanoclock')
class Doof
  constructor: ->
    alert "the Doof() has been constructed"
module.exports.Doof = Doofn = require('nanoclock')
class Doof
  constructor: ->
    alert "the Doof() has been constructed"
module.exports.Doof = Doof