8 lines
192 B
Python
8 lines
192 B
Python
|
# -*- coding: UTF-8 no BOM -*-
|
||
|
|
||
|
"""Aggregator for geometry handling"""
|
||
|
|
||
|
from .geometry import Geometry # noqa
|
||
|
from .spectral import Spectral # noqa
|
||
|
from .marc import Marc # noqa
|