mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
import { LGraph } from "../lib/litegraph.core.js"
|
|
|
|
export default class ComfyGraph extends LGraph {
|
|
|
|
}
|