db.js 81 B

12345
  1. const MySQL = require('./MySQL');
  2. const db = new MySQL();
  3. module.exports = db;