Update __init__.py

This commit is contained in:
Jamie Hardt
2025-09-20 22:21:56 -07:00
committed by GitHub
parent 2a3f4a7c18
commit 16d7befd9f

View File

@@ -4,3 +4,5 @@ Docparser module
from .pt_doc_parser import parse_document from .pt_doc_parser import parse_document
__all__ += [parse_document]