Description
Make import pytensor as pt basically work like today's import pytensor.tensor as pt.
For users that's all they need, besides functionality like scan, ifelse, function, shared that should also be available at the root level (see #332)
Internally things can still be implemented inside the tensor submodule.
Does anyone have strong objections or see why this may not be possible?