File Reader

File Reading for Copcon.

This module provides functionality to read the contents of files in the project directory, handling both text and binary files appropriately.

class copcon.core.file_reader.FileContentReader(base_directory, file_filter, exclude_hidden)

Bases: object

read_all()
Return type:

Dict[str, str]