class TrackInfo {
constructor(track, trackData) {
this.track = track;
this.trackData = trackData;
}
module.exports = TrackInfo;