1
0
Files

6 lines
104 B
JavaScript

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