updated modelgen, decoupling tester

This commit is contained in:
2026-04-12 03:07:25 -03:00
parent af06309dad
commit 85a856b7ac
58 changed files with 4770 additions and 625 deletions

10
registry.json Normal file
View File

@@ -0,0 +1,10 @@
{
"soleprint-ui": {
"type": "npm",
"path": "soleprint/common/ui"
},
"soleprint-modelgen": {
"type": "pip",
"path": "soleprint/station/tools/modelgen"
}
}