let debug = require( 'debug' ) exports.init = async ( app, options ) => { debug( 'speckle:modules' )( '🗣 Init comments module (barebones)' ) } exports.finalize = async ( app, options ) => { }