6 lines
155 B
Python
6 lines
155 B
Python
# Copyright (c) Microsoft. All rights reserved.
|
|
|
|
from semantic_kernel.connectors.utils.document_loader import DocumentLoader
|
|
|
|
__all__ = ["DocumentLoader"]
|