Files
leon-ai--leon/bridges/python/src/sdk/aurora/button.py
T
2026-07-13 12:44:08 +08:00

7 lines
155 B
Python

from ..widget_component import WidgetComponent
class Button(WidgetComponent[dict]):
def __init__(self, props: dict):
super().__init__(props)