const DataPacket = require('./data-packet'); const InfoPacket = require('./info-packet'); module.exports = { DataPacket, InfoPacket, };