Files
ad-test/conf/apps/family/chain.yaml
John Lancaster 14609ec8c4 added sibling
2024-09-04 20:05:00 -05:00

20 lines
254 B
YAML

child:
module: child
class: Child
sibling:
module: sibling
class: Sibling
parent:
module: parent
class: Parent
dependencies:
- child
- sibling
grand-parent:
module: grand_parent
class: GrandParent
dependencies:
- parent