DocuBot / document_processor /__init.py__
MaheshLEO4's picture
Initial commit for DocChat
b7e0e53
raw
history blame contribute delete
76 Bytes
from .file_handler import DocumentProcessor
__all__ = ["DocumentProcessor"]