const Winston = require('winston');
class Logger {
constructor(manager) {
this.manager = manager;
}
module.exports = Logger;