mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 20:38:01 -05:00
4 lines
164 B
Python
4 lines
164 B
Python
from __future__ import absolute_import
|
|
# We made everything build into one module for simplicity as it makes the code much nicer to compile
|
|
from .CoolProp import *
|