feat: progress

This commit is contained in:
2026-01-10 11:37:18 -05:00
parent 2499921679
commit 242fda3b4a
3 changed files with 95 additions and 4 deletions

View File

@@ -2,8 +2,5 @@
package deltanet
type Graph struct {
nodes []Node
}
type Node interface {
Nodes []Node
}