Visual module not imported

Hi, it seems that when I use “import psychopy” the visual module is not automatically included, but when I use “from psychopy import visual” it is working. Although it’s not causing big problems, why is this the case?

Shouldn’t you be writing something like

from psychopy import visual, core, event, data, gui