import warnings
from ase.eos import EquationOfState
__all__ = ['EquationOfState']

warnings.warn('Moved to ase.eos')
