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

View File

@@ -1,9 +0,0 @@
# Baz:
# module: my_pkg.my_sub_pkg.baz
# class: Baz
Hello2:
module: hello
class: HelloWorld
# Foo: bar

3
apps/global_apps.yaml Normal file
View File

@@ -0,0 +1,3 @@
globals:
module: globals
global: true

View File

@@ -13,9 +13,3 @@ Baz:
Hello:
module: hello
class: HelloWorld
globals:
module: globals
global: true
# Foo: bar

View File

@@ -0,0 +1,7 @@
Hello2:
module: hello
class: HelloWorld
TestApp:
module: test
class: Test