dbot/modules/project/project.js

14 lines
269 B
JavaScript

/**
* Module Name: Project
* Description: Web page which shows git status and other various stats about
* the dbot.
*/
var project = function(dbot) {
// Nothing to see here go away love zuzak
}
exports.fetch = function(dbot) {
return new project(dbot);
}