def __init__()

in src/co_op_translator/core/project/translation_manager.py [0:0]


    def __init__(
        self,
        root_dir: Path,
        translations_dir: Path,
        image_dir: Path,
        language_codes: list[str],
        excluded_dirs: list[str],
        supported_image_extensions: list[str],
        markdown_translator: MarkdownTranslator,
        image_translator=None,
        markdown_only: bool = False,