"""Re-export of ``Auth0Provider`` from ``crewai_core.auth.providers.auth0``."""

from __future__ import annotations

from crewai_core.auth.providers.auth0 import Auth0Provider as Auth0Provider


__all__ = ["Auth0Provider"]
