abstract_enrich_case.js 104 B

12345
  1. export class AbstractEnrichCase {
  2. constructor(semantic) {
  3. this.semantic = semantic;
  4. }
  5. }