omnibench-env / server /__init__.py
AGIreflex's picture
initial commit: OpenEnv OmniBench environment (submission-ready)
885103a
raw
history blame contribute delete
357 Bytes
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
"""Omnibench Env environment server components."""
from .omnibench_env_environment import OmnibenchEnvironment
__all__ = ["OmnibenchEnvironment"]