Source code for hexrd.imageseries.imageseriesabc
"""Abstract Base Class"""
import collections.abc
# Type for extracting regions
RegionType = tuple[tuple[int, int], tuple[int, int]]
"""Abstract Base Class"""
import collections.abc
# Type for extracting regions
RegionType = tuple[tuple[int, int], tuple[int, int]]