Source code for geometric_kernels.feature_maps.base
"""
This module provides the abstract base class :class:`FeatureMap` that all
feature maps inherit from. It can be used for type hinting.
"""
import abc
"""
This module provides the abstract base class :class:`FeatureMap` that all
feature maps inherit from. It can be used for type hinting.
"""
import abc