File size: 169 Bytes
9705b6c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
const runTitleChain = require('./runTitleChain');
const predictNewSummary = require('./predictNewSummary');

module.exports = {
  runTitleChain,
  predictNewSummary,
};