rag_judge_env / server /__init__.py
yahid's picture
Upload folder using huggingface_hub
a84751d verified
Raw
History Blame Contribute Delete
361 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.
"""Rag Judge Env environment server components."""
from .rag_judge_env_environment import RagJudgeEnvEnvironment
__all__ = ["RagJudgeEnvEnvironment"]