Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
100XZX001
/
CodeReview-Professional-Workflow
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
41834ba
CodeReview-Professional-Workflow
/
client.py
100XZX001
Upload 16 files
1588266
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
180 Bytes
# client.py – OpenEnv client entry point
from
environment
import
CodeReviewEnv
# The OpenEnv framework will import this class as the environment.
__all__ = [
"CodeReviewEnv"
]