'use strict'
const Orion = require('./orion')
/**
* Default Orion instance.
* @module orion
*/
module.exports = new Orion()
'use strict'
const Orion = require('./orion')
/**
* Default Orion instance.
* @module orion
*/
module.exports = new Orion()