module.exports = (function() {
  var habitat = require('habitat');
  habitat.load();
  return new habitat();
})();