This commit is contained in:
David Brazda
2024-06-14 10:56:22 +02:00
parent 17c19d24e1
commit b01df74707
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ from .abstract import AbstractChart, Window
from .chart import Chart
from .widgets import JupyterChart
from .polygon import PolygonChart
from .helpers import chart, Panel
from .helpers import chart, Panel, PlotAccessor