"""
Re-export from backend. Canonical implementation: backend/services/boundary_document_service.py
Run scripts from project root with: PYTHONPATH=. python script.py
"""
from backend.services.boundary_document_service import BoundaryDocumentService

__all__ = ["BoundaryDocumentService"]
