UNPKG

botnaut

Version:

Facebook Messenger Chatbot Framework

17 lines (14 loc) 365 B
/* * @author David Menger */ 'use strict'; const DynamoState = require('./DynamoState'); const DynamoBotToken = require('./DynamoBotToken'); const DynamoChatLog = require('./DynamoChatLog'); const DynamoAttachmentCache = require('./DynamoAttachmentCache'); module.exports = { DynamoState, DynamoBotToken, DynamoChatLog, DynamoAttachmentCache };