ultimatevocalremovergui/demucs/wdemucs.py
2022-06-13 02:10:39 -05:00

10 lines
257 B
Python

# Copyright (c) Facebook, Inc. and its 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