diff --git a/subgrounds/contrib/dash/__init__.py b/subgrounds/contrib/dash/__init__.py index 9ec172f..d479ad9 100644 --- a/subgrounds/contrib/dash/__init__.py +++ b/subgrounds/contrib/dash/__init__.py @@ -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 diff --git a/subgrounds/contrib/plotly/__init__.py b/subgrounds/contrib/plotly/__init__.py index a2f2e7c..d724cc4 100644 --- a/subgrounds/contrib/plotly/__init__.py +++ b/subgrounds/contrib/plotly/__init__.py @@ -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,