lyg
2025-05-22 e60d75228fb161e464ca59fa2526bf0765f4d902
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: 2024-present Adam Fourney <adamfo@microsoft.com>
#
# SPDX-License-Identifier: MIT
 
from ._markitdown import MarkItDown, FileConversionException, UnsupportedFormatException
 
__all__ = [
    "MarkItDown",
    "FileConversionException",
    "UnsupportedFormatException",
]