MCPcopy Create free account
hub / github.com/BIT-DataLab/Edit-Banana / DrawIOLibrary

Class DrawIOLibrary

modules/utils/drawio_library.py:13–15  ·  view source on GitHub ↗

DrawIO shape library (placeholder for extension).

Source from the content-addressed store, hash-verified

11
12
13class DrawIOLibrary:
14 """DrawIO shape library (placeholder for extension)."""
15 pass
16
17
18def build_style_string(**attrs: Any) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected