class liquidFlowHandler { constructor(config) { this.config = config; } } module.exports = { liquidFlowHandler };