"use strict";
var _bootstrap = require("./controllers/bootstrap.controller");
exports.printMsg = function () {
console.log("This is a message from the demo package");
};
exports.init = function (config, app) {
new _bootstrap.Bootstrap(config, app);
};