6 lines
77 B
Python
6 lines
77 B
Python
"""Plotly components."""
|
|
|
|
from .plotly import Plotly
|
|
|
|
plotly = Plotly.create
|