DAMASK_EICMD/lib/damask/solver/__init__.py

4 lines
150 B
Python
Raw Normal View History

from .solver import Solver # only one class
from .spectral import Spectral # only one class
from .marc import Marc # only one class