uvpatel7271's picture
Upload folder using huggingface_hub
c29f1fd verified
raw
history blame contribute delete
367 Bytes
"""Compatibility helpers expected by validator-oriented scripts."""
from __future__ import annotations
def install_openenv_fastmcp_compat() -> None:
"""Install runtime shims when needed.
The current environment does not require any monkey-patching, so this is a
deliberate no-op kept for validator compatibility.
"""
return None