10 lines
151 B
YAML
10 lines
151 B
YAML
automationlib:
|
|
module: automationlib
|
|
global: true
|
|
|
|
my_test_app:
|
|
module: test
|
|
class: Test
|
|
log_level: DEBUG
|
|
dependencies:
|
|
- automationlib |