pyiron / pyironFlow

react xyflow for pyiron
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Importing `pyironflow` #25

Open Tara-Lakshmipathy opened 1 month ago

Tara-Lakshmipathy commented 1 month ago

I need to use pyironflow by using from pyironflow.pyironflow import PyironFlow Is the second pyironflow needed? Should we rename the file or something?

jan-janssen commented 1 month ago

I really like the suggestion, unfortunately there was an issue with naively import of PyironFlow in the __init__.py file, so I had to revert this change for the package to work - https://github.com/pyiron/pyironFlow/pull/22 . Still in general I agree that it would be great to simplify the import of the visual programming interface.