gooey
gooey copied to clipboard
Clean up imports
To make usage easier, there should be a single core import + single backend import needed to use gooey. Perhaps
import gooey.all.*
import gooey.<backend>.all.*
This requires removing name collisions. E.g. renaming algebra implementations to they don't collide with gooey.Algebra
.