"""
OpenAI Evals API endpoints
"""

from .endpoints import router

__all__ = ["router"]
