Source code for sofia_redux.scan.flags.map_flags

# Licensed under a 3-clause BSD style license - see LICENSE.rst

from sofia_redux.scan.flags.array_flags import ArrayFlags

__all__ = ['MapFlags']


[docs] class MapFlags(ArrayFlags): def __init__(self): super().__init__()