100XZX001's picture
Upload 16 files
1588266 verified
raw
history blame contribute delete
180 Bytes
# client.py – OpenEnv client entry point
from environment import CodeReviewEnv
# The OpenEnv framework will import this class as the environment.
__all__ = ["CodeReviewEnv"]