""" Parser module for AI-Core document processing. """ from .parser_simple import Parser, Document __all__ = [ "Parser", "Document", ]