import warnings
from ase.geometry import distance
__all__ = ['distance']

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