from .lsun import LSUN, LSUNClass from .folder import ImageFolder from .coco import CocoCaptions, CocoDetection __all__ = ('LSUN', 'LSUNClass', 'ImageFolder', 'CocoCaptions', 'CocoDetection')