data-cleaning-openenv / server /environment.py
Dishaaa25's picture
Upload folder using huggingface_hub
dce68a7 verified
raw
history blame contribute delete
160 Bytes
"""Canonical server-side environment entrypoint for the data cleaning benchmark."""
from env.environment import DataCleaningEnv
__all__ = ["DataCleaningEnv"]