fbot_agent_sim / server /__init__.py
crislmfroes's picture
Upload folder using huggingface_hub
236c42b verified
Raw
History Blame Contribute Delete
365 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.
"""Fbot Agent Sim environment server components."""
from .fbot_agent_sim_environment import FbotAgentSimEnvironment
__all__ = ["FbotAgentSimEnvironment"]