| 1 | #!/usr/bin/env python3 |
| 2 | """PPT Master SVG quality-check internals. |
| 3 | |
| 4 | Use the stable ``scripts/svg_quality_checker.py`` entry point for CLI execution |
| 5 | and compatibility imports. |
| 6 | |
| 7 | Usage: |
| 8 | Import through ``svg_quality_checker``. |
| 9 | |
| 10 | Examples: |
| 11 | from svg_quality_checker import SVGQualityChecker |
| 12 | |
| 13 | Dependencies: |
| 14 | Local PPT Master validation modules. |
| 15 | """ |
| 16 |