RvanB's picture
Add files from other repo
fbf7e95
raw
history blame
115 Bytes
import yaml
def load_config(filename):
with open(filename, 'r') as file:
return yaml.safe_load(file)