DAMASK_EICMD/lib/damask/solver/__init__.py

8 lines
190 B
Python
Raw Normal View History

# -*- coding: UTF-8 no BOM -*-
# $Id$
from .solver import Solver # only one class
from .spectral import Spectral # only one class
from .marc import Marc # only one class