traxxx/src/scrapers/fantasymassage.js

11 lines
162 B
JavaScript
Raw Normal View History

'use strict';
const { fetchLatest, fetchUpcoming, fetchScene } = require('./gamma');
module.exports = {
fetchLatest,
fetchScene,
fetchUpcoming,
};