Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 172 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 172 Bytes

Yaml Config

Implementation of python's config class which can be dumped and loaded as YAML file.

Dependencies

  • python >= 3.7
  • pyyaml
  • pytest for testing