import { Term } from "./Term.js"; export class Mechanism extends Term { separator = ":"; constructor(key) { super(key); } }