DrawIO shape library (placeholder for extension).
| 11 | |
| 12 | |
| 13 | class DrawIOLibrary: |
| 14 | """DrawIO shape library (placeholder for extension).""" |
| 15 | pass |
| 16 | |
| 17 | |
| 18 | def build_style_string(**attrs: Any) -> str: |
nothing calls this directly
no outgoing calls
no test coverage detected