cloud/test.py

5 lines
67 B
Python

import yaml
y = yaml.safe_load(open("config.yaml", 'r'))
print(y)