creativescala / gooey

Create graphical user interfaces really quickly. Sweet!
Apache License 2.0
21 stars 3 forks source link

Clean up imports #12

Open noelwelsh opened 1 year ago

noelwelsh commented 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.