mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-24 04:31:31 +03:00
feat(bridge/python): add widget class
This commit is contained in:
parent
8a60b3d0d3
commit
6c3a03d16a
4
bridges/python/src/sdk/widget.py
Normal file
4
bridges/python/src/sdk/widget.py
Normal file
@ -0,0 +1,4 @@
|
||||
class Widget:
|
||||
def __init__(self, options):
|
||||
self.type = type(self).__name__
|
||||
self.options = options
|
Loading…
Reference in New Issue
Block a user