enigma-bbs/core/plugin_module.js

7 lines
104 B
JavaScript
Raw Normal View History

/* jslint node: true */
'use strict';
exports.PluginModule = PluginModule;
function PluginModule() {
}