"""All functionality concerned with presentation to the user."""
from ydata_profiling.report.structure.report import get_report_structure

__all__ = ["get_report_structure"]
