chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from ..widget_component import WidgetComponent
|
||||
|
||||
|
||||
class WidgetWrapper(WidgetComponent[dict]):
|
||||
def __init__(self, props: dict):
|
||||
super().__init__(props)
|
||||
Reference in New Issue
Block a user