Skip to content
Snippets Groups Projects
__init__.py 270 B
Newer Older
"""Supports the loading of phonon and castep files

load_castep -- Parses a castep file into a file data object
load_phonon -- Parses a phonon file into a file data object
"""

from __future__ import absolute_import

Elliot Oram's avatar
Elliot Oram committed
__all__=['load_castep','load_phonon', 'load_helper']