/**
 *
 */
export class Project extends OwnedObject {
}
import { OwnedObject } from "./owned-object.mjs";
