DesignPlanar.add_dependency¶
- DesignPlanar.add_dependency(parent: str, child: str)¶
Add a dependency between one component and another.
- Parameters:
parent (str) – The component on which the child depends.
child (str) – The child cannot live without the parent.