I know that import * is bad, but I sometimes use it for quick prototyping when I feel too lazy to type or remember the imports
import *
I am trying the following
If shaders is a submodule and it’s not included in __all__, from … import * won’t import it.
shaders
from … import *
And yes, it is a submodule.