Spaces:
Sleeping
Sleeping
File size: 180 Bytes
4036b6f | 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"] |