[python] PY-79486: (WIP) Move tools to separate modules to access them from the frontend.

We are slowly moving all tools to the separate modules to register them as EP. On the front we might have `ToolId` only. To map it to an icon we will use EP.

GitOrigin-RevId: 642f4b8d77a0a14b6b61a5192607fbc7984529c7
This commit is contained in:
Ilya.Kazakevich
2025-10-15 22:13:46 +00:00
committed by intellij-monorepo-bot
parent 2d853ed3ac
commit f1a3b39973
55 changed files with 235 additions and 161 deletions
@@ -190,5 +190,6 @@
<orderEntry type="module" module-name="intellij.python.community.execService.python" />
<orderEntry type="module" module-name="intellij.python.community.interpreters" />
<orderEntry type="module" module-name="intellij.python.sdkConfigurator.common" />
<orderEntry type="module" module-name="intellij.python.community.impl.uv" />
</component>
</module>