platformsh / config-reader-python

Configuration reader library for Platform.sh hosting - Python version.
MIT License
7 stars 5 forks source link

config should implement `Mapping` ABC #20

Open demosdemon opened 5 years ago

demosdemon commented 5 years ago

https://docs.python.org/3/library/collections.abc.html#collections.abc.Mapping

particularly the automatic methods from Mapping such as get