import warnings from .viewers import ImageViewer, CollectionViewer from .qt import has_qt if not has_qt: warnings.warn('Viewer requires Qt')