Files
audioSeparator/demucs/wdemucs.py

10 lines
259 B
Python
Raw Normal View History

2025-04-21 13:41:19 +02:00
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
# For compat
from .hdemucs import HDemucs
WDemucs = HDemucs