Skip to content

Commit

Permalink
feat(bridge/python): add widget class
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed May 21, 2023
1 parent 8a60b3d commit 6c3a03d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bridges/python/src/sdk/widget.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class Widget:
def __init__(self, options):
self.type = type(self).__name__
self.options = options

0 comments on commit 6c3a03d

Please sign in to comment.