added family folder

This commit is contained in:
John Lancaster
2024-08-14 00:11:53 -05:00
parent c10d280dcb
commit 4547668c2b
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
child:
module: child
class: Child
parent:
module: parent
class: Parent
dependencies:
- child
grand-parent:
module: grand_parent
class: GrandParent
dependencies:
- parent