Update __init__.py

This commit is contained in:
Jamie Hardt
2025-09-20 22:24:10 -07:00
committed by GitHub
parent 16d7befd9f
commit 7058397f6f

View File

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