Skip to content

Instantly share code, notes, and snippets.

@PeterTemps
PeterTemps / __init__.py
Last active October 19, 2025 09:10
UI Review
"""edit_v4 package - refactored modules for edit_tab_v4.
This package contains the smaller modules extracted from the original
monolithic `edit_tab_v4.py`. It is intended for internal use by the
compatibility wrapper (`edit_tab_v4.py`) and for unit tests that target
smaller units of logic. The package exposes a small set of convenience
re-exports to make it easier for developers to import the implementation
pieces directly when writing tests or new features.
Layout (high level):