mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-08 21:05:14 -05:00
5 lines
210 B
Python
5 lines
210 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 State, get_debug_level, set_debug_level, Props
|
|
|