When running a module using the gui, there is the option to copy the code. Up to recently, this included different Python code (script, tools, module). That has been reduced to only the option to copy the Python Tools() command.
Although I liked to have the different options, I can see why this simplifies things. However, if Tools() is considered the preferential way, it should, I think, also be the default in the Python console and Simple Python code editor.
Edit: I see that the option has been moved to the settings, which makes sense. But it still would be great if somehow that option would also be reflected in the python editor default import of grass library:
import grass.script as gs vs from grass.tools import Tools