hojas/node_modules/speech-rule-engine/mjs/enrich_mathml/abstract_enrich_case.js
2026-05-14 10:56:04 +02:00

5 lines
104 B
JavaScript

export class AbstractEnrichCase {
constructor(semantic) {
this.semantic = semantic;
}
}