var Main = function () { this.config = require("Config"); this.admedia={} } var instance = new Main(); module.exports = instance;