Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change primary import location to idaes_flowsheet_processor #2

Open
lbianchi-lbl opened this issue Nov 6, 2024 · 1 comment
Open

Comments

@lbianchi-lbl
Copy link
Contributor

At the moment, the primary import location is idaes_flowsheet_processor.api, i.e. we have:

from idaes_flowsheet_processor.api import FlowsheetInterface

However, I think this is mostly a remnant of the original package structure, and we could just get rid the api subpackage, i.e.:

from idaes_flowsheet_processor import FlowsheetInterface
@lbianchi-lbl
Copy link
Contributor Author

@dangunter Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant