from napari.layers import Labels, Points, Shapes, Tracks, Vectors FEATURES_LAYER_TYPES = ( Labels, Points, Shapes, Tracks, Vectors, )