Spaces:
Running
Running
File size: 171 Bytes
59cdc6a | 1 2 3 4 5 6 | # server/__init__.py
# Re-exports from algo_reasoning_env.server for OpenEnv compatibility.
from algo_reasoning_env.server.app import app, main
__all__ = ["app", "main"]
|