aboutsummaryrefslogtreecommitdiff
path: root/venv/lib/python3.8/site-packages/plotly/io/json.py
blob: 86c320d2f4a01e151392cfd70cab5cd3a7223225 (plain)
1
2
3
4
5
6
7
8
9
10
# ruff: noqa: F401
from ._json import (
    to_json,
    write_json,
    from_json,
    read_json,
    config,
    to_json_plotly,
    from_json_plotly,
)