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