const Action = require('./Action.js') const ActionTransfer = require('./ActionTransfer.js') module.exports = { Action, ActionTransfer }