Introduce single module, e.g. watertap.api
, from where all public objects should be imported
#1003
lbianchi-lbl
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
I have many many many comments about this. But my main suggestion is stop looking at IDAES and Pyomo for inspiration on how to design a Python package. Please look at other packages in the Python ecosystem. The only import statement that should be in users Python programs or scripts is |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just an idea following the discussions in #995. This would be similar to (AFAIK)
pyomo.environ
.Some misc thoughts:
Beta Was this translation helpful? Give feedback.
All reactions