Skip to content

Commit dba6908

Browse files
authored
Remove Backend and merge into FastCS / launch (#225)
1 parent 79c0234 commit dba6908

File tree

9 files changed

+390
-401
lines changed

9 files changed

+390
-401
lines changed

src/fastcs/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class Attribute(Generic[T, AttributeIORefT]):
1515
"""Base FastCS attribute.
1616
17-
Instances of this class added to a ``Controller`` will be used by the backend.
17+
Instances of this class added to a ``Controller`` will be used by the FastCS class.
1818
"""
1919

2020
def __init__(

src/fastcs/backend.py

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)