simonvh / norns

Simple yaml-based config module
MIT License
0 stars 0 forks source link

added string representation #6

Closed Maarten-vd-Sande closed 4 years ago

Maarten-vd-Sande commented 4 years ago

print(norns.config(config_file="tests/data/simple.yaml")

previously: <norns.cfg.Config object at 0x7fc0b7be7f28> now: {path: /home/simon, integer: 10, text: In one Age, called the third age by some...}