final-iteration / server /__init__.py
vaibhav12332112312's picture
add: viraltest code (server, models, inference)
9c3eab8
raw
history blame
349 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.
"""Viraltest environment server components."""
from .viraltest_environment import ViraltestEnvironment
__all__ = ["ViraltestEnvironment"]