This commit is contained in:
John Lancaster
2024-06-06 21:16:12 -05:00
parent 1135082055
commit be232b4338
8 changed files with 518 additions and 17 deletions

15
apps/repo_apps.yaml Normal file
View File

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