Basic EVOLV setup
This commit is contained in:
8
src/SpecificClass.js
Normal file
8
src/SpecificClass.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
class liquidFlowHandler {
|
||||
constructor(config) {
|
||||
this.config = config;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { liquidFlowHandler };
|
||||
Reference in New Issue
Block a user