Open noelwelsh opened 1 year ago
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.
gooey.Algebra
To make usage easier, there should be a single core import + single backend import needed to use gooey. Perhaps
This requires removing name collisions. E.g. renaming algebra implementations to they don't collide with
gooey.Algebra
.