UNPKG

honeycomb

Version:
9 lines (6 loc) 148 B
var _ = require('lodash'); function Honeycomb(){ this.Git = require('./git'); this.MySQL = require('./mysql'); }; module.exports = Honeycomb;