tanbro / pyyaml-include

yaml include other yaml
https://pypi.org/project/pyyaml-include/
GNU General Public License v3.0
77 stars 20 forks source link

Add PlainTextReader to readers.py::__all__ #14

Closed csaska closed 3 years ago

csaska commented 3 years ago

All readers defined in readers.py are importable except PlainTextReader.

This PR adds PlainTextReader to readers.py::__all__ so that it can be imported like from yamlinclude import PlainTextReader