[python] PY-79486 (WIP): Use real EPs to create SDKs.

The process is described in `ModulesSdkConfigurator` doc.

GitOrigin-RevId: 2a230c0f4cf6676108406c1af53f38dc0873f282
This commit is contained in:
Ilya.Kazakevich
2025-10-24 19:25:13 +00:00
committed by intellij-monorepo-bot
parent 4a0cc93d8f
commit 6dbbff7253
33 changed files with 362 additions and 229 deletions
@@ -8,4 +8,6 @@ import javax.swing.Icon
internal class HatchIdMapper : ToolIdToIconMapper {
override val id: ToolId = HATCH_TOOL_ID
override val icon: Icon = PythonHatchIcons.Logo
override val clazz: Class<*> = PythonHatchIcons::class.java
}