gooey icon indicating copy to clipboard operation
gooey copied to clipboard

Clean up imports

Open noelwelsh opened this issue 1 year ago • 0 comments

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.

noelwelsh avatar Jun 15 '23 19:06 noelwelsh