eptm_dashboard/.venv/lib/python3.12/site-packages/plotly/io/json.py

10 lines
155 B
Python

# ruff: noqa: F401
from ._json import (
to_json,
write_json,
from_json,
read_json,
config,
to_json_plotly,
from_json_plotly,
)