study-buddy / app /agents /d3 /templates /__init__.py
GitHub Actions
deploy d092bea3608b7a29952f16357fda39b7a29e399b
2e818da
Raw
History Blame Contribute Delete
1.15 kB
# Each template module calls register() at import time. Import them here so the
# registry is populated whenever the package is imported. Add one line per template.
from . import chart_bar # noqa: F401
from . import chart_grouped_bar # noqa: F401
from . import chart_stacked_bar # noqa: F401
from . import chart_line # noqa: F401
from . import chart_multi_line # noqa: F401
from . import chart_area # noqa: F401
from . import chart_scatter # noqa: F401
from . import chart_histogram # noqa: F401
from . import chart_pie # noqa: F401
from . import chart_donut # noqa: F401
from . import chart_data_table # noqa: F401
from . import hier_tree # noqa: F401
from . import hier_treemap # noqa: F401
from . import hier_sunburst # noqa: F401
from . import hier_icicle # noqa: F401
from . import hier_circle_pack # noqa: F401
from . import network_force_graph # noqa: F401
from . import network_arc_diagram # noqa: F401
from . import network_chord # noqa: F401
from . import network_adjacency_matrix # noqa: F401
from . import flow_sankey # noqa: F401
from . import flow_radial_cluster # noqa: F401
from . import flow_bubble # noqa: F401