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