Basic EVOLV setup

This commit is contained in:
2025-07-23 14:46:03 +02:00
parent 79e0d0678a
commit f70fa15ef5
5 changed files with 228 additions and 23 deletions

8
src/SpecificClass.js Normal file
View File

@@ -0,0 +1,8 @@
class liquidFlowHandler {
constructor(config) {
this.config = config;
}
}
module.exports = { liquidFlowHandler };