Commit 78e3debb authored by project's avatar project

--no commit message

--no commit message
parent 84499ae5
var util = require('util');
var DIPlugin = require('../di-plugin');
function DITask(context){
DIPlugin.call(this,context);
this.name = "gistda-air";
this.output_type = "jsonobject";
}
util.inherits(DITask,DIPlugin);
DITask.prototype.execute = require('./execute');
module.exports = DITask;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment