Robert001's picture
first commit
b334e29
raw
history blame
No virus
182 Bytes
from .generic_roi_extractor import GenericRoIExtractor
from .single_level_roi_extractor import SingleRoIExtractor
__all__ = [
'SingleRoIExtractor',
'GenericRoIExtractor',
]