Skip to content

Commit

Permalink
feat: subgrounds.contrib.dash and subgrounds.contrib.plotly
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMochan committed Apr 13, 2023
1 parent 7749f8f commit f1d79e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions subgrounds/contrib/dash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""Subgrounds Dash Components
Extending dash components to be able to understand subgrounds logic. This includes other
extended components of other libraries such as `plotly`.
"""

from .abcs import Refreshable
from .components import AutoUpdate, DataTable, Graph

Expand Down
5 changes: 5 additions & 0 deletions subgrounds/contrib/plotly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""Subgrounds Plotly Components
Extending plotly components to be able to understand subgrounds logic.
"""

from .figure import Figure
from .traces import (
Bar,
Expand Down

0 comments on commit f1d79e8

Please sign in to comment.