Skip to content

Commit f452fea

Browse files
committed
Add reverse electrodialysis module and update imports
1 parent e2259c6 commit f452fea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

gdplib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
import gdplib.ex1_linan_2023
1818
import gdplib.small_batch
1919
import gdplib.cstr
20+
import gdplib.reverse_electrodialysis
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .REDprocess import build_model
2+
3+
__all__ = ['build_model']

0 commit comments

Comments
 (0)