parkinsons_Motor / server /__init__.py
virustechhacks's picture
force sync local parkinsons_Motor
d67c79d verified
# 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.
"""Parkinsons Motor environment server components."""
from .parkinsons_Motor_environment import ParkinsonsMotorEnvironment
__all__ = ["ParkinsonsMotorEnvironment"]