DAMASK_EICMD/lib/damask/geometry/__init__.py

8 lines
192 B
Python
Raw Normal View History

# -*- coding: UTF-8 no BOM -*-
2016-03-04 22:25:11 +05:30
"""Aggregator for geometry handling"""
2016-03-04 22:25:11 +05:30
from .geometry import Geometry # noqa
from .spectral import Spectral # noqa
from .marc import Marc # noqa