20 lines
271 B
YAML
20 lines
271 B
YAML
App1:
|
|
module: aadfasdf
|
|
class: Database
|
|
other_kwargs: value
|
|
dependencies: Sound
|
|
|
|
App2:
|
|
module: app2.database
|
|
class: OtherDatabaseApp
|
|
dependencies:
|
|
- App1
|
|
- App1Foo
|
|
- globals
|
|
|
|
App1Foo:
|
|
module: app1.subdir.foo
|
|
class: Foo
|
|
globals:
|
|
- hello
|