Coverage for backend/django/flowsheetInternals/unitops/services/edit_operations/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.10.7, created at 2026-07-22 05:22 +0000
« prev ^ index » next coverage.py v7.10.7, created at 2026-07-22 05:22 +0000
1"""Backend-owned reversible edit infrastructure.
3Callers import the automatic mutation boundary or standard CRUD base directly
4from their owning modules. Keeping this initializer empty makes dependency
5boundaries explicit and avoids another all-purpose facade.
6"""