"""Handlers for HTTP 5** errors.""" __all__ = ["http_5xx_error_handlers"] def http_5xx_error_handlers() -> dict: """Return handlers for HTTP errors in the 500-599 range""" return {}