loopback = require 'loopback'
boot = require '../../../'

module.exports = client = loopback()
boot(client)
