Skip to content

Commit 3ccff7c

Browse files
committed
fix(api): expose only meaningful classes
1 parent d9e0962 commit 3ccff7c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

trame_rca/widgets/rca.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
"""RCA Widgets only support vue2 for now.
2+
"""
13
from trame_client.widgets.core import AbstractElement
24
from .. import module
35

6+
__all__ = [
7+
"RemoteControlledArea",
8+
"DisplayArea",
9+
"StatisticsDisplay",
10+
"ImageDisplayArea",
11+
"MediaSourceDisplayArea",
12+
"VideoDecoderDisplayArea",
13+
"RawImageDisplayArea",
14+
]
15+
416

517
class HtmlElement(AbstractElement):
618
def __init__(self, _elem_name, children=None, **kwargs):

0 commit comments

Comments
 (0)