import { Context } from '../entities/Context'; import { Relation } from './Relation'; export class IsParentOf extends Relation { }