This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""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): |