CircleCaterpillar.add_dependency#

CircleCaterpillar.add_dependency(parent: str, child: str)#

Add a dependency between one component and another. Calls parent design.

Parameters:
  • parent (str) – The component on which the child depends

  • child (str) – The child cannot live without the parent.