Update dsl_examples and Fix component concentrator (#2597)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
lidp
2024-09-26 11:58:50 +08:00
committed by GitHub
parent b05fab14f7
commit d7f26786d4
3 changed files with 146 additions and 5 deletions

View File

@ -26,7 +26,7 @@ class ConcentratorParam(ComponentParamBase):
super().__init__()
def check(self):
super().check()
return True
class Concentrator(ComponentBase, ABC):