prompt_golf_env / server /__init__.py
Don Rishabh
Initial commit: Prompt Golf environment for OpenEnv
6850dad
raw
history blame contribute delete
355 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.
"""Prompt Golf environment server components."""
from .prompt_golf_environment import PromptGolfEnvironment
__all__ = ["PromptGolfEnvironment"]