mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04: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
|
|
|