rust_algo_reasoning / server /__init__.py
TM23-sanji
feat: add server entry point, initialize complexity reasoning datasets, and update task configuration with null graders
59cdc6a
raw
history blame contribute delete
171 Bytes
# 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"]