1
0
2026-01-30 12:55:41 -06:00

4 lines
98 B
Python

import yaml
with open('config.yml', 'r') as config_file:
config = yaml.safe_load(config_file)