diff --git a/stimupy/components/__init__.py b/stimupy/components/__init__.py index 4101834..e2cd4ea 100644 --- a/stimupy/components/__init__.py +++ b/stimupy/components/__init__.py @@ -2,6 +2,7 @@ import numpy as np +from stimupy.components import * # angulars, edges, frames, gaussians, lines, radials, shapes, waves from stimupy.utils import resolution __all__ = [ @@ -210,9 +211,6 @@ def draw_regions(mask, intensities, intensity_background=0.5): return img -from stimupy.components import angulars, edges, frames, gaussians, lines, radials, shapes, waves - - def overview(skip=False): """Generate example stimuli from this module