**ConfigReader.parse_yaml** reads _.yaml_ file and return list of tuples (<_pathto.map_file_>, <_project_name_>)
<br>
####RedirectorWatch
#### RedirectorWatch:
**RedirectorWatch** - main class with main function **watch(**_yaml_file_**)** that sets ThreadedNotifier for _.yaml_ file that looks for changes, and starts `Redirector.generate()` any time file is changed.