Fix ConfigReader field names
Pre-release
Pre-release
BREAKING CHANGE: The names of public implicit
field names with ConfigReader
instances were made as unique as possible because any conflict in them breaks user code and is hard to debug (find the problem). Name of the module is used as a prefix even though it seems strange sometimes. Better to be safe than sorry in this case as usually import all ._
is used.