/**
 * 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);
}