| # Copyright (c) Meta Platforms, Inc. and affiliates | |
| # All rights reserved. | |
| # | |
| # This source code is licensed under the license found in the | |
| # MIT_LICENSE file in the root directory of this source tree. | |
| from seamless_communication.models.aligner.model import ( | |
| UnitY2AlignmentEncoder as UnitY2AlignmentEncoder, | |
| ) | |
| from seamless_communication.models.aligner.model import ( | |
| UnitY2AlignmentFrontend as UnitY2AlignmentFrontend, | |
| ) | |
| from seamless_communication.models.aligner.model import ( | |
| UnitY2AlignmentModel as UnitY2AlignmentModel, | |
| ) | |