    before = (app, cb) -> cb()

    after = (app) ->

## Public API ##

    publicFns = 
      before: before 
      after: after 

    module.exports = publicFns