Skip to content

Commit 2259d08

Browse files
committed
add root_attribute in Controller
1 parent cc11492 commit 2259d08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fastcs/controller.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ class Controller(BaseController):
129129
generating a UI or creating parameters for a control system.
130130
"""
131131

132+
root_attribute: Attribute | None = None
133+
132134
def __init__(self, description: str | None = None) -> None:
133135
super().__init__(description=description)
134136

0 commit comments

Comments
 (0)