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