Spaces:
No application file
No application file
File size: 176 Bytes
29c6586 | 1 2 3 4 5 | # client.py – OpenEnv client entry point
from environment import CodeReviewEnv
# The OpenEnv framework will import this class as the environment.
__all__ = ["CodeReviewEnv"] |