ramanchada2.spectral_components

1#!/usr/bin/env python3
2
3from .baseline import *  # noqa
4from .peak_profile import *  # noqa
5from .spectral_component_collection import SpectralComponentCollection  # noqa
6
7#  raise DeprecationWarning('This module is deprecated')