auf aktuelle esprimo-Version updated

This commit is contained in:
rxf
2023-12-18 17:23:59 +01:00
parent 4f19f9973a
commit 6d1d60a9c1
16 changed files with 102 additions and 964 deletions

View File

@@ -49,4 +49,3 @@ function saveDatatoFile(fn, data) {
function readDatafromFile(fn) {
return JSON.parse(fs.readFileSync(fn))
}