/**
* Custom module that allows the user to train their data structures and algorithms knowledge
* Stores more than 150 questions and answers for dsa problems
* @module dsa-cli
* @requires dsa-trainer
*/
const DSATrainer = require("./dsa-trainer");
module.exports = { DSATrainer };