TorchLean API

NN.Entrypoint.Widgets

Widgets entrypoint #

Umbrella import for TorchLean's optional Infoview / widget tooling.

This entrypoint imports the widget implementation modules directly. We avoid a second top-level NN.Widgets alias so the root namespace stays focused on the library umbrella and subsystem entrypoints.

The entrypoint is intentionally editor-facing:

NN.Widgets.Interop.PyTorchTranslator is included here because it is exactly that kind of editor-side assistant: useful for navigating PyTorch-to-TorchLean workflows, but not a proof that arbitrary Python has been verified.