python_test.yaml 158 B

1234567
  1. cli: '-c examples/python.yaml print'
  2. output: |
  3. Load config examples/python.yaml
  4. Print module type
  5. import os
  6. print(type(os))
  7. <class 'module'>