some renames and other changes

This commit is contained in:
John Lancaster
2024-07-07 22:07:02 -05:00
parent 3481ff7976
commit 870424baa0
8 changed files with 24 additions and 18 deletions

View File

@@ -4,6 +4,12 @@ App1:
other_kwargs: value
dependencies: Sound
App1Foo:
module: app1.subdir.foo
class: Foo
dependencies:
- companion_app
App2:
module: app2.database
class: OtherDatabaseApp
@@ -11,9 +17,3 @@ App2:
- App1
- App1Foo
- globals
App1Foo:
module: app1.subdir.foo
class: Foo
globals:
- hello