from __future__ import annotations

from cleo.ui.exception_trace.component import ExceptionTrace


__all__ = [
    "ExceptionTrace",
]
