initial commit

This commit is contained in:
John Lancaster
2024-08-10 13:43:05 -05:00
commit 3b750449eb
9 changed files with 132 additions and 0 deletions

11
conf/apps/apps.yaml Normal file
View File

@@ -0,0 +1,11 @@
hello_world:
module: hello
class: HelloWorld
food_app:
module: food
class: Eggs
dependencies:
- hello_world
# class: Ham
# class: Spam