const Story = require('./story') const Blockchain = require('./blockchain') module.exports = { Story, Blockchain }