code / ai_server_admin /server /__init__.py
24122168-collab
Add application file
6ba100e
raw
history blame contribute delete
369 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.
"""Ai Server Admin environment server components."""
from .ai_server_admin_environment import AiServerAdminEnvironment
__all__ = ["AiServerAdminEnvironment"]