Cleanup helper for instances

Closes #19
This commit is contained in:
Aaron Smith 2023-09-26 14:34:27 +01:00
parent d1f86a3f9e
commit 32fa44f4c5
3 changed files with 47 additions and 4 deletions

View file

@ -1,6 +1,5 @@
if not game then script = require "test/relative-string" end
local throw = require(script.Parent.throw)
local graph = require(script.Parent.graph)
type Node<T> = graph.Node<T>
local get_scope = graph.get_scope