Skip to content
Snippets Groups Projects

Resolve "Removing Operation from SFG"

Merged Angus Lothian requested to merge 85-removing-operation-from-sfg into develop
Files
5
+ 1
0
@@ -193,6 +193,7 @@ class Operation(GraphComponent, SignalSourceProvider):
"""
raise NotImplementedError
class AbstractOperation(Operation, AbstractGraphComponent):
"""Generic abstract operation class which most implementations will derive from.
TODO: More info.
Loading