CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
view-base.js9 linesDownload Raw Back to gel-core
1import { entityKind } from "../entity.js";2import { View } from "../sql/sql.js";3class GelViewBase extends View {4  static [entityKind] = "GelViewBase";5}6export {7  GelViewBase8};9//# sourceMappingURL=view-base.js.map