app definition organization

This commit is contained in:
John Lancaster
2024-07-07 23:39:02 -05:00
parent 4abd6ce5d5
commit 87ed3c81ae
7 changed files with 16 additions and 16 deletions

View File

@@ -1,15 +1,11 @@
Foo:
Repo-Foo:
module: my_pkg
class: Foo
Bar:
Repo-Bar:
module: my_pkg.my_sub_pkg
class: Bar
Baz:
Repo-Baz:
module: my_pkg.my_sub_pkg.baz
class: Baz
Hello:
module: hello
class: HelloWorld