From f1d79e89f1594bc31d443fa2b248f745974dd468 Mon Sep 17 00:00:00 2001 From: 0xMochan Date: Thu, 13 Apr 2023 12:02:49 -0700 Subject: [PATCH] feat: `subgrounds.contrib.dash` and `subgrounds.contrib.plotly` --- subgrounds/contrib/dash/__init__.py | 6 ++++++ subgrounds/contrib/plotly/__init__.py | 5 +++++ 2 files changed, 11 insertions(+) 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,