pharma_agent / server /__init__.py
Arshdeep2k5's picture
Upload folder using huggingface_hub
88bba93 verified
Raw
History Blame Contribute Delete
359 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.
"""Pharma Agent environment server components."""
from .pharma_agent_environment import PharmaAgentEnvironment
__all__ = ["PharmaAgentEnvironment"]