Reads all of the python files, extract the documenation(modules, classes, class -> methods & functions) & writes it to path
Preview:
### file_write
Writes to a file in `wb` mode
## AutoDocstring
Gets all Docstrings contained in the `{current_folder}` & subdirectories and saves it to `{self.filepath}`.
### doc -> AutoDocstring
Writes documentation into `self.DOCS`
Adds a new-line each time