OpenTranscode/opentranscode/widgets/__init__.py

10 lines
266 B
Python

"""Widget subpackage for opentranscode UI components.
Extracted from ``open-transcode.v3.py`` (QA item v4-03 — package split).
This is a pure code-organization refactor; behavior is identical to v3.
"""
from .radio_knob import RadioKnob
__all__ = ["RadioKnob"]