Mochi0622's picture
initial deploy
e66cfb4
Raw
History Blame Contribute Delete
256 Bytes
"""
renderer/ — Dash 渲染引擎
外部可直接用:from layout.renderer import render_doc
"""
from .dt_render_blocks import render_doc, build_content_and_toc # noqa: F401
from .dt_callbacks import install_callbacks_once # noqa: F401