mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-09 05:15:45 -05:00
8 lines
275 B
Python
8 lines
275 B
Python
#Bring some functions into the Plots namespace for code concision
|
|
from __future__ import absolute_import
|
|
|
|
from .Plots import PropsPlot, IsoLines, drawIsoLines
|
|
from .Plots import Ph, Ts, Ps, PT, Prho, Trho, hs
|
|
from .SimpleCycles import SimpleCycle, TwoStage, EconomizedCycle
|
|
|