Spaces:
Running on Zero
Running on Zero
| """Visualization helpers: themed Plotly fallback + SVG post-processor.""" | |
| from src.visualization.plotly_fallback import PlotlyRenderer | |
| from src.visualization.svg_theme import apply_theme, is_renderable_svg | |
| __all__ = ["PlotlyRenderer", "apply_theme", "is_renderable_svg"] | |