personal_assistant / server /__init__.py
lzheng35's picture
Upload folder using huggingface_hub
542e1a0 verified
raw
history blame contribute delete
383 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.
"""Personal Assistant environment server components."""
from .personal_assistant_environment import PersonalAssistantEnvironment
__all__ = ["PersonalAssistantEnvironment"]