8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
|
|
class liquidFlowHandler {
|
|
constructor(config) {
|
|
this.config = config;
|
|
}
|
|
}
|
|
|
|
module.exports = { liquidFlowHandler }; |