1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-24 12:45:58 +03:00

feat(bridge/python): add widget class

This commit is contained in:
louistiti 2023-05-21 19:03:54 +08:00
parent 8a60b3d0d3
commit 6c3a03d16a
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -0,0 +1,4 @@
class Widget:
def __init__(self, options):
self.type = type(self).__name__
self.options = options