aaa.py 94 B

1234
  1. from models.config.config_tool import read_yaml
  2. cfg = read_yaml('wireframe.yaml')
  3. print(cfg)