sql-agent / src /visualization /__init__.py
DanielRegaladoCardoso's picture
Initial deploy: Apple/Claude design, DuckDB, 3 trained LoRAs
a067ada verified
raw
history blame contribute delete
273 Bytes
"""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"]